#3E88BA

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

Shades of Curious Blue #3E88BA

Tints of Curious Blue #3E88BA

Color information

#3E88BA (or 0x3E88BA) is unknown color: approx Curious Blue. HEX triplet: 3E, 88 and BA. RGB value is (62,136,186). Sum of RGB (Red+Green+Blue) = 62+136+186=384 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.15% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E88BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E88BA is #C17745. Grayscale: #777777. Windows color (decimal): -12678982 or 12224574. OLE color: 12224574.

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

Color convert

RGB62136186-
CMYK0.670.2700.27
HSL204.19º50%48.63%-
HSV(B)204.19º66.67%72.94%-
XYZ19.6522.1849.7-
YUV119.57165.4886.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.15%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=16.15%
G=35.42%
B=48.44%

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
Decimal621361860.670.2700.27204.195048.63
Hex3E88BA431B01Bcc3231
Octal76210272103330333146261
Binary111110100010001011101010000111101101101111001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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