Html Css Color HEX #437485 Calypso

📋 copy color: '#437485'

red 67 ◦ green 116 ◦ blue 133

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

Shades of Calypso #437485

Tints of Calypso #437485

RGB

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

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

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

R = 21.2%
G = 36.71%
B = 42.09%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#437485 (or 0x437485) is known color: Calypso. HEX triplet: 43, 74 and 85. RGB value is (67,116,133). Sum of RGB (Red+Green+Blue) = 67+116+133=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #437485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437485 is #BC8B7A. Grayscale: #676767. Windows color (decimal): -12356475 or 8746051. OLE color: 8746051.

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

Color convert

RGB 67 116 133 -
CMYK 0.50 0.13 0 0.48
HSL 195.45º 0.33% 0.39% -
HSV(B) 195.45º 0.5% 0.52% -
XYZ 12.79 15.38 24.48 -
YUV 103.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 67 116 133 0.50 0.13 0 0.48 195.45 0.33 0.39
Hex 43 74 85 32 D 0 30 C3 21 27
Octal 103 164 205 62 15 0 60 303 41 47
Binary 1000011 1110100 10000101 110010 1101 0 110000 11000011 100001 100111

Color Harmonies of #437485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437485

Black with #437485

Text Example


Text Example

White with #437485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437485; }

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

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

background-color css

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

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

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

border-color css

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

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

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