Html Css Color HEX #3C708E Calypso

📋 copy color: '#3C708E'

red 60 ◦ green 112 ◦ blue 142

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

Shades of Calypso #3C708E

Tints of Calypso #3C708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 142 (55.86% from 255) = 45.22%

R = 19.11%
G = 35.67%
B = 45.22%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C708E (or 0x3C708E) is known color: Calypso. HEX triplet: 3C, 70 and 8E. RGB value is (60,112,142). Sum of RGB (Red+Green+Blue) = 60+112+142=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C708E is #C38F71. Grayscale: #636363. Windows color (decimal): -12816242 or 9334844. OLE color: 9334844.

HSL color Cylindrical-coordinate representation of color #3C708E: hue angle of 201.95º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C708E is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 112 142 -
CMYK 0.58 0.21 0 0.44
HSL 201.95º 0.41% 0.4% -
HSV(B) 201.95º 0.58% 0.56% -
XYZ 12.54 14.5 27.73 -
YUV 99.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 60 112 142 0.58 0.21 0 0.44 201.95 0.41 0.4
Hex 3C 70 8E 3A 15 0 2C CA 29 28
Octal 74 160 216 72 25 0 54 312 51 50
Binary 111100 1110000 10001110 111010 10101 0 101100 11001010 101001 101000

Color Harmonies of #3C708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C708E

Black with #3C708E

Text Example


Text Example

White with #3C708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,142); }

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

background-color css

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

 a { background-color: rgb(60,112,142); }

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

border-color css

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

 span { border-color: rgb(60,112,142); }

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