Html Css Color HEX #357884 Calypso

📋 copy color: '#357884'

red 53 ◦ green 120 ◦ blue 132

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

Shades of Calypso #357884

Tints of Calypso #357884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 17.38%
G = 39.34%
B = 43.28%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#357884 (or 0x357884) is known color: Calypso. HEX triplet: 35, 78 and 84. RGB value is (53,120,132). Sum of RGB (Red+Green+Blue) = 53+120+132=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #357884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357884 is #CA877B. Grayscale: #656565. Windows color (decimal): -13272956 or 8681525. OLE color: 8681525.

HSL color Cylindrical-coordinate representation of color #357884: hue angle of 189.11º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357884 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 120 132 -
CMYK 0.60 0.09 0 0.48
HSL 189.11º 0.43% 0.36% -
HSV(B) 189.11º 0.6% 0.52% -
XYZ 12.35 15.86 24.24 -
YUV 101.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 53 120 132 0.60 0.09 0 0.48 189.11 0.43 0.36
Hex 35 78 84 3C 9 0 30 BD 2B 24
Octal 65 170 204 74 11 0 60 275 53 44
Binary 110101 1111000 10000100 111100 1001 0 110000 10111101 101011 100100

Color Harmonies of #357884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357884

Black with #357884

Text Example


Text Example

White with #357884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357884; }

 p { color: rgb(53,120,132); }

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

background-color css

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

 a { background-color: rgb(53,120,132); }

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

border-color css

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

 span { border-color: rgb(53,120,132); }

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