Html Css Color HEX #3C7491 Calypso

📋 copy color: '#3C7491'

red 60 ◦ green 116 ◦ blue 145

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

Shades of Calypso #3C7491

Tints of Calypso #3C7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 18.69%
G = 36.14%
B = 45.17%

CMYK

 C value IS 0.59

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C7491 (or 0x3C7491) is known color: Calypso. HEX triplet: 3C, 74 and 91. RGB value is (60,116,145). Sum of RGB (Red+Green+Blue) = 60+116+145=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7491 is #C38B6E. Grayscale: #666666. Windows color (decimal): -12815215 or 9532476. OLE color: 9532476.

HSL color Cylindrical-coordinate representation of color #3C7491: hue angle of 200.47º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C7491 is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 116 145 -
CMYK 0.59 0.2 0 0.43
HSL 200.47º 0.41% 0.4% -
HSV(B) 200.47º 0.59% 0.57% -
XYZ 13.22 15.5 29.08 -
YUV 102.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 60 116 145 0.59 0.2 0 0.43 200.47 0.41 0.4
Hex 3C 74 91 3B 14 0 2B C8 29 28
Octal 74 164 221 73 24 0 53 310 51 50
Binary 111100 1110100 10010001 111011 10100 0 101011 11001000 101001 101000

Color Harmonies of #3C7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7491

Black with #3C7491

Text Example


Text Example

White with #3C7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,145); }

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

background-color css

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

 a { background-color: rgb(60,116,145); }

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

border-color css

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

 span { border-color: rgb(60,116,145); }

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