#3E5C6E

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

Shades of Blumine #3E5C6E

Tints of Blumine #3E5C6E

Color information

#3E5C6E (or 0x3E5C6E) is unknown color: approx Blumine. HEX triplet: 3E, 5C and 6E. RGB value is (62,92,110). Sum of RGB (Red+Green+Blue) = 62+92+110=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E5C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5C6E is #C1A391. Grayscale: #545454. Windows color (decimal): -12690322 or 7232574. OLE color: 7232574.

HSL color Cylindrical-coordinate representation of color #3E5C6E: hue angle of 202.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E5C6E is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6292110-
CMYK0.440.1600.57
HSL202.5º27.91%33.73%-
HSV(B)202.5º43.64%43.14%-
XYZ8.639.816.19-
YUV85.08142.06111.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.48%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=23.48%
G=34.85%
B=41.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62921100.440.1600.57202.527.9133.73
Hex3E5C6E2C10039ca1c22
Octal7613415654200713123442
Binary111110101110011011101011001000001110011100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,92,110); }

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

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

 a { background-color: rgb(62,92,110); }

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

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

 span { border-color: rgb(62,92,110); }

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