Html Css Color HEX #3C7190 Calypso

📋 copy color: '#3C7190'

red 60 ◦ green 113 ◦ blue 144

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

Shades of Calypso #3C7190

Tints of Calypso #3C7190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 18.93%
G = 35.65%
B = 45.43%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C7190 (or 0x3C7190) is known color: Calypso. HEX triplet: 3C, 71 and 90. RGB value is (60,113,144). Sum of RGB (Red+Green+Blue) = 60+113+144=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C7190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7190 is #C38E6F. Grayscale: #646464. Windows color (decimal): -12815984 or 9466172. OLE color: 9466172.

HSL color Cylindrical-coordinate representation of color #3C7190: hue angle of 202.14º 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 #3C7190 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 113 144 -
CMYK 0.58 0.22 0 0.44
HSL 202.14º 0.41% 0.4% -
HSV(B) 202.14º 0.58% 0.56% -
XYZ 12.8 14.78 28.56 -
YUV 100.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 60 113 144 0.58 0.22 0 0.44 202.14 0.41 0.4
Hex 3C 71 90 3A 16 0 2C CA 29 28
Octal 74 161 220 72 26 0 54 312 51 50
Binary 111100 1110001 10010000 111010 10110 0 101100 11001010 101001 101000

Color Harmonies of #3C7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7190

Black with #3C7190

Text Example


Text Example

White with #3C7190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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