#3D88BA

Color #3D88BA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3D88BA

Tints of Curious Blue #3D88BA

Color information

#3D88BA (or 0x3D88BA) is unknown color: approx Curious Blue. HEX triplet: 3D, 88 and BA. RGB value is (61,136,186). Sum of RGB (Red+Green+Blue) = 61+136+186=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D88BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D88BA is #C27745. Grayscale: #777777. Windows color (decimal): -12744518 or 12224573. OLE color: 12224573.

HSL color Cylindrical-coordinate representation of color #3D88BA: hue angle of 204º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D88BA is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61136186-
CMYK0.670.2700.27
HSL204º50.61%48.43%-
HSV(B)204º67.2%72.94%-
XYZ19.5922.1549.7-
YUV119.28165.6586.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=15.93%
G=35.51%
B=48.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611361860.670.2700.2720450.6148.43
Hex3D88BA431B01Bcc3330
Octal75210272103330333146360
Binary111101100010001011101010000111101101101111001100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D88BA; }

 p { color: rgb(61,136,186); }

 H1.HeaderClassName
 {
   color: #3D88BA;
 }
 .AnyTagClassName
 {
   color: #3D88BA;
 }
</style>
background-color css

<style>
 a { background-color: #3D88BA; }

 a { background-color: rgb(61,136,186); }

 div.DivClassName
 {
   background-color: #3D88BA;
 }
 .BgClassName
 {
   background-color: #3D88BA;
 }
</style>
border-color css

<style>
 span { border-color: #3D88BA; }

 span { border-color: rgb(61,136,186); }

 td.TdClassName
 {
   border-color: #3D88BA;
 }
 .TagClassName
 {
   border-color: #3D88BA;
 }
</style>