Html Css Color HEX #437285 Calypso

📋 copy color: '#437285'

red 67 ◦ green 114 ◦ blue 133

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

Shades of Calypso #437285

Tints of Calypso #437285

RGB

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

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

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

R = 21.34%
G = 36.31%
B = 42.36%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#437285 (or 0x437285) is known color: Calypso. HEX triplet: 43, 72 and 85. RGB value is (67,114,133). Sum of RGB (Red+Green+Blue) = 67+114+133=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #437285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437285 is #BC8D7A. Grayscale: #656565. Windows color (decimal): -12356987 or 8745539. OLE color: 8745539.

HSL color Cylindrical-coordinate representation of color #437285: hue angle of 197.27º 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 #437285 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 114 133 -
CMYK 0.50 0.14 0 0.48
HSL 197.27º 0.33% 0.39% -
HSV(B) 197.27º 0.5% 0.52% -
XYZ 12.57 14.92 24.41 -
YUV 102.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 67 114 133 0.50 0.14 0 0.48 197.27 0.33 0.39
Hex 43 72 85 32 E 0 30 C5 21 27
Octal 103 162 205 62 16 0 60 305 41 47
Binary 1000011 1110010 10000101 110010 1110 0 110000 11000101 100001 100111

Color Harmonies of #437285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437285

Black with #437285

Text Example


Text Example

White with #437285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437285; }

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

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

background-color css

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

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

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

border-color css

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

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

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