Html Css Color HEX #437585 Calypso

📋 copy color: '#437585'

red 67 ◦ green 117 ◦ blue 133

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

Shades of Calypso #437585

Tints of Calypso #437585

RGB

 RED value IS 67 (26.56% from 255) = 21.14%

 GREEN value IS 117 (46.09% from 255) = 36.91%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 21.14%
G = 36.91%
B = 41.96%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#437585 (or 0x437585) is known color: Calypso. HEX triplet: 43, 75 and 85. RGB value is (67,117,133). Sum of RGB (Red+Green+Blue) = 67+117+133=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #437585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437585 is #BC8A7A. Grayscale: #676767. Windows color (decimal): -12356219 or 8746307. OLE color: 8746307.

HSL color Cylindrical-coordinate representation of color #437585: hue angle of 194.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #437585 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 117 133 -
CMYK 0.50 0.12 0 0.48
HSL 194.55º 0.33% 0.39% -
HSV(B) 194.55º 0.5% 0.52% -
XYZ 12.91 15.61 24.52 -
YUV 103.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 67 117 133 0.50 0.12 0 0.48 194.55 0.33 0.39
Hex 43 75 85 32 C 0 30 C3 21 27
Octal 103 165 205 62 14 0 60 303 41 47
Binary 1000011 1110101 10000101 110010 1100 0 110000 11000011 100001 100111

Color Harmonies of #437585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437585

Black with #437585

Text Example


Text Example

White with #437585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437585; }

 p { color: rgb(67,117,133); }

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

background-color css

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

 a { background-color: rgb(67,117,133); }

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

border-color css

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

 span { border-color: rgb(67,117,133); }

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