#3E8FC8

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

Shades of Curious Blue #3E8FC8

Tints of Curious Blue #3E8FC8

Color information

#3E8FC8 (or 0x3E8FC8) is unknown color: approx Curious Blue. HEX triplet: 3E, 8F and C8. RGB value is (62,143,200). Sum of RGB (Red+Green+Blue) = 62+143+200=405 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.31% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E8FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8FC8 is #C17037. Grayscale: #7C7C7C. Windows color (decimal): -12677176 or 13143870. OLE color: 13143870.

HSL color Cylindrical-coordinate representation of color #3E8FC8: hue angle of 204.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E8FC8 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB62143200-
CMYK0.690.2800.22
HSL204.78º55.65%51.37%-
HSV(B)204.78º69%78.43%-
XYZ22.2324.8458.27-
YUV125.28170.1682.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.31%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 200 (78.52% from 255) = 49.38%
R=15.31%
G=35.31%
B=49.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal621432000.690.2800.22204.7855.6551.37
Hex3E8FC8451C016cd3833
Octal76217310105340263157063
Binary111110100011111100100010001011110001011011001101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,143,200); }

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

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

 a { background-color: rgb(62,143,200); }

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

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

 span { border-color: rgb(62,143,200); }

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