Html Css Color HEX #3C7284 Calypso

📋 copy color: '#3C7284'

red 60 ◦ green 114 ◦ blue 132

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

Shades of Calypso #3C7284

Tints of Calypso #3C7284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.14%

R = 19.61%
G = 37.25%
B = 43.14%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C7284 (or 0x3C7284) is known color: Calypso. HEX triplet: 3C, 72 and 84. RGB value is (60,114,132). Sum of RGB (Red+Green+Blue) = 60+114+132=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C7284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7284 is #C38D7B. Grayscale: #636363. Windows color (decimal): -12815740 or 8679996. OLE color: 8679996.

HSL color Cylindrical-coordinate representation of color #3C7284: hue angle of 195º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7284 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 114 132 -
CMYK 0.55 0.14 0 0.48
HSL 195º 0.38% 0.38% -
HSV(B) 195º 0.55% 0.52% -
XYZ 12.05 14.66 24.02 -
YUV 99.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 60 114 132 0.55 0.14 0 0.48 195 0.38 0.38
Hex 3C 72 84 37 E 0 30 C3 26 26
Octal 74 162 204 67 16 0 60 303 46 46
Binary 111100 1110010 10000100 110111 1110 0 110000 11000011 100110 100110

Color Harmonies of #3C7284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7284

Black with #3C7284

Text Example


Text Example

White with #3C7284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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