Html Css Color HEX #3C718B Calypso

📋 copy color: '#3C718B'

red 60 ◦ green 113 ◦ blue 139

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

Shades of Calypso #3C718B

Tints of Calypso #3C718B

RGB

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

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

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

R = 19.23%
G = 36.22%
B = 44.55%

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

#3C718B (or 0x3C718B) is known color: Calypso. HEX triplet: 3C, 71 and 8B. RGB value is (60,113,139). Sum of RGB (Red+Green+Blue) = 60+113+139=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 113 (44.53% from 255 or 36.22% 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 #3C718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C718B is #C38E74. Grayscale: #636363. Windows color (decimal): -12815989 or 9138492. OLE color: 9138492.

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

Color convert

RGB 60 113 139 -
CMYK 0.57 0.19 0 0.45
HSL 199.75º 0.4% 0.39% -
HSV(B) 199.75º 0.57% 0.55% -
XYZ 12.43 14.63 26.6 -
YUV 100.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 60 113 139 0.57 0.19 0 0.45 199.75 0.4 0.39
Hex 3C 71 8B 39 13 0 2D C8 28 27
Octal 74 161 213 71 23 0 55 310 50 47
Binary 111100 1110001 10001011 111001 10011 0 101101 11001000 101000 100111

Color Harmonies of #3C718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C718B

Black with #3C718B

Text Example


Text Example

White with #3C718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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