Html Css Color HEX #437085 Calypso

📋 copy color: '#437085'

red 67 ◦ green 112 ◦ blue 133

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

Shades of Calypso #437085

Tints of Calypso #437085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 21.47%
G = 35.9%
B = 42.63%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#437085 (or 0x437085) is known color: Calypso. HEX triplet: 43, 70 and 85. RGB value is (67,112,133). Sum of RGB (Red+Green+Blue) = 67+112+133=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #437085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437085 is #BC8F7A. Grayscale: #646464. Windows color (decimal): -12357499 or 8745027. OLE color: 8745027.

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

Color convert

RGB 67 112 133 -
CMYK 0.50 0.16 0 0.48
HSL 199.09º 0.33% 0.39% -
HSV(B) 199.09º 0.5% 0.52% -
XYZ 12.34 14.48 24.33 -
YUV 100.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 67 112 133 0.50 0.16 0 0.48 199.09 0.33 0.39
Hex 43 70 85 32 10 0 30 C7 21 27
Octal 103 160 205 62 20 0 60 307 41 47
Binary 1000011 1110000 10000101 110010 10000 0 110000 11000111 100001 100111

Color Harmonies of #437085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437085

Black with #437085

Text Example


Text Example

White with #437085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437085; }

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

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

background-color css

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

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

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

border-color css

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

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

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