#3E6F8B

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

Shades of Calypso #3E6F8B

Tints of Calypso #3E6F8B

Color information

#3E6F8B (or 0x3E6F8B) is unknown color: approx Calypso. HEX triplet: 3E, 6F and 8B. RGB value is (62,111,139). Sum of RGB (Red+Green+Blue) = 62+111+139=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E6F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6F8B is #C19074. Grayscale: #636363. Windows color (decimal): -12685429 or 9137982. OLE color: 9137982.

HSL color Cylindrical-coordinate representation of color #3E6F8B: hue angle of 201.82º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E6F8B is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB62111139-
CMYK0.550.2000.45
HSL201.82º38.31%39.41%-
HSV(B)201.82º55.4%54.51%-
XYZ12.3314.2626.53-
YUV99.54150.27101.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.87%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=19.87%
G=35.58%
B=44.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621111390.550.2000.45201.8238.3139.41
Hex3E6F8B371402Dca2627
Octal7615721367240553124647
Binary11111011011111000101111011110100010110111001010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,111,139); }

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

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

 a { background-color: rgb(62,111,139); }

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

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

 span { border-color: rgb(62,111,139); }

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