Html Css Color HEX #3C718C Calypso

📋 copy color: '#3C718C'

red 60 ◦ green 113 ◦ blue 140

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

Shades of Calypso #3C718C

Tints of Calypso #3C718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 19.17%
G = 36.1%
B = 44.73%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C718C (or 0x3C718C) is known color: Calypso. HEX triplet: 3C, 71 and 8C. RGB value is (60,113,140). Sum of RGB (Red+Green+Blue) = 60+113+140=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C718C is #C38E73. Grayscale: #646464. Windows color (decimal): -12815988 or 9204028. OLE color: 9204028.

HSL color Cylindrical-coordinate representation of color #3C718C: hue angle of 200.25º 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 #3C718C is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 113 140 -
CMYK 0.57 0.19 0 0.45
HSL 200.25º 0.4% 0.39% -
HSV(B) 200.25º 0.57% 0.55% -
XYZ 12.5 14.66 26.98 -
YUV 100.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 60 113 140 0.57 0.19 0 0.45 200.25 0.4 0.39
Hex 3C 71 8C 39 13 0 2D C8 28 27
Octal 74 161 214 71 23 0 55 310 50 47
Binary 111100 1110001 10001100 111001 10011 0 101101 11001000 101000 100111

Color Harmonies of #3C718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C718C

Black with #3C718C

Text Example


Text Example

White with #3C718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,140); }

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

background-color css

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

 a { background-color: rgb(60,113,140); }

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

border-color css

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

 span { border-color: rgb(60,113,140); }

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