Html Css Color HEX #357987 Calypso

📋 copy color: '#357987'

red 53 ◦ green 121 ◦ blue 135

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

Shades of Calypso #357987

Tints of Calypso #357987

RGB

 RED value IS 53 (21.09% from 255) = 17.15%

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 17.15%
G = 39.16%
B = 43.69%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#357987 (or 0x357987) is known color: Calypso. HEX triplet: 35, 79 and 87. RGB value is (53,121,135). Sum of RGB (Red+Green+Blue) = 53+121+135=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #357987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357987 is #CA8678. Grayscale: #666666. Windows color (decimal): -13272697 or 8878389. OLE color: 8878389.

HSL color Cylindrical-coordinate representation of color #357987: hue angle of 190.24º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357987 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 121 135 -
CMYK 0.61 0.10 0 0.47
HSL 190.24º 0.44% 0.37% -
HSV(B) 190.24º 0.61% 0.53% -
XYZ 12.68 16.18 25.38 -
YUV 102.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 53 121 135 0.61 0.10 0 0.47 190.24 0.44 0.37
Hex 35 79 87 3D A 0 2F BE 2C 25
Octal 65 171 207 75 12 0 57 276 54 45
Binary 110101 1111001 10000111 111101 1010 0 101111 10111110 101100 100101

Color Harmonies of #357987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357987

Black with #357987

Text Example


Text Example

White with #357987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357987; }

 p { color: rgb(53,121,135); }

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

background-color css

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

 a { background-color: rgb(53,121,135); }

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

border-color css

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

 span { border-color: rgb(53,121,135); }

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