Html Css Color HEX #3C7290 Calypso

📋 copy color: '#3C7290'

red 60 ◦ green 114 ◦ blue 144

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

Shades of Calypso #3C7290

Tints of Calypso #3C7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

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

R = 18.87%
G = 35.85%
B = 45.28%

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

#3C7290 (or 0x3C7290) is known color: Calypso. HEX triplet: 3C, 72 and 90. RGB value is (60,114,144). Sum of RGB (Red+Green+Blue) = 60+114+144=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7290 is #C38D6F. Grayscale: #656565. Windows color (decimal): -12815728 or 9466428. OLE color: 9466428.

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

Color convert

RGB 60 114 144 -
CMYK 0.58 0.21 0 0.44
HSL 201.43º 0.41% 0.4% -
HSV(B) 201.43º 0.58% 0.56% -
XYZ 12.91 15.01 28.6 -
YUV 101.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 60 114 144 0.58 0.21 0 0.44 201.43 0.41 0.4
Hex 3C 72 90 3A 15 0 2C C9 29 28
Octal 74 162 220 72 25 0 54 311 51 50
Binary 111100 1110010 10010000 111010 10101 0 101100 11001001 101001 101000

Color Harmonies of #3C7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7290

Black with #3C7290

Text Example


Text Example

White with #3C7290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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