Html Css Color HEX #3C6E8B Calypso

📋 copy color: '#3C6E8B'

red 60 ◦ green 110 ◦ blue 139

#3C6E8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calypso #3C6E8B

Tints of Calypso #3C6E8B

RGB

 RED value IS 60 (23.83% from 255) = 19.42%

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 19.42%
G = 35.6%
B = 44.98%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C6E8B (or 0x3C6E8B) is known color: Calypso. HEX triplet: 3C, 6E and 8B. RGB value is (60,110,139). Sum of RGB (Red+Green+Blue) = 60+110+139=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C6E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6E8B is #C39174. Grayscale: #626262. Windows color (decimal): -12816757 or 9137724. OLE color: 9137724.

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

Color convert

RGB 60 110 139 -
CMYK 0.57 0.21 0 0.45
HSL 202.03º 0.4% 0.39% -
HSV(B) 202.03º 0.57% 0.55% -
XYZ 12.1 13.98 26.49 -
YUV 98.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 60 110 139 0.57 0.21 0 0.45 202.03 0.4 0.39
Hex 3C 6E 8B 39 15 0 2D CA 28 27
Octal 74 156 213 71 25 0 55 312 50 47
Binary 111100 1101110 10001011 111001 10101 0 101101 11001010 101000 100111

Color Harmonies of #3C6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6E8B

Black with #3C6E8B

Text Example


Text Example

White with #3C6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,110,139); }

 H1.HeaderClassName
 {
   color: #3C6E8B;
 }
 .AnyTagClassName
 {
   color: #3C6E8B;
 }
</style>

background-color css

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

 a { background-color: rgb(60,110,139); }

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

border-color css

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

 span { border-color: rgb(60,110,139); }

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