Html Css Color HEX #437385 Calypso

📋 copy color: '#437385'

red 67 ◦ green 115 ◦ blue 133

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

Shades of Calypso #437385

Tints of Calypso #437385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 21.27%
G = 36.51%
B = 42.22%

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

#437385 (or 0x437385) is known color: Calypso. HEX triplet: 43, 73 and 85. RGB value is (67,115,133). Sum of RGB (Red+Green+Blue) = 67+115+133=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #437385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437385 is #BC8C7A. Grayscale: #666666. Windows color (decimal): -12356731 or 8745795. OLE color: 8745795.

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

Color convert

RGB 67 115 133 -
CMYK 0.50 0.14 0 0.48
HSL 196.36º 0.33% 0.39% -
HSV(B) 196.36º 0.5% 0.52% -
XYZ 12.68 15.15 24.45 -
YUV 102.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 67 115 133 0.50 0.14 0 0.48 196.36 0.33 0.39
Hex 43 73 85 32 E 0 30 C4 21 27
Octal 103 163 205 62 16 0 60 304 41 47
Binary 1000011 1110011 10000101 110010 1110 0 110000 11000100 100001 100111

Color Harmonies of #437385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437385

Black with #437385

Text Example


Text Example

White with #437385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437385; }

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

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

background-color css

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

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

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

border-color css

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

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

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