Html Css Color HEX #3C7089 Calypso

📋 copy color: '#3C7089'

red 60 ◦ green 112 ◦ blue 137

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

Shades of Calypso #3C7089

Tints of Calypso #3C7089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 19.42%
G = 36.25%
B = 44.34%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C7089 (or 0x3C7089) is known color: Calypso. HEX triplet: 3C, 70 and 89. RGB value is (60,112,137). Sum of RGB (Red+Green+Blue) = 60+112+137=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C7089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7089 is #C38F76. Grayscale: #636363. Windows color (decimal): -12816247 or 9007164. OLE color: 9007164.

HSL color Cylindrical-coordinate representation of color #3C7089: hue angle of 199.48º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7089 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 112 137 -
CMYK 0.56 0.18 0 0.46
HSL 199.48º 0.39% 0.39% -
HSV(B) 199.48º 0.56% 0.54% -
XYZ 12.17 14.36 25.8 -
YUV 99.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 60 112 137 0.56 0.18 0 0.46 199.48 0.39 0.39
Hex 3C 70 89 38 12 0 2E C7 27 27
Octal 74 160 211 70 22 0 56 307 47 47
Binary 111100 1110000 10001001 111000 10010 0 101110 11000111 100111 100111

Color Harmonies of #3C7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7089

Black with #3C7089

Text Example


Text Example

White with #3C7089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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