Html Css Color HEX #357783 Calypso

📋 copy color: '#357783'

red 53 ◦ green 119 ◦ blue 131

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

Shades of Calypso #357783

Tints of Calypso #357783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 131 (51.56% from 255) = 43.23%

R = 17.49%
G = 39.27%
B = 43.23%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357783 (or 0x357783) is known color: Calypso. HEX triplet: 35, 77 and 83. RGB value is (53,119,131). Sum of RGB (Red+Green+Blue) = 53+119+131=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #357783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357783 is #CA887C. Grayscale: #646464. Windows color (decimal): -13273213 or 8615733. OLE color: 8615733.

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

Color convert

RGB 53 119 131 -
CMYK 0.60 0.09 0 0.49
HSL 189.23º 0.42% 0.36% -
HSV(B) 189.23º 0.6% 0.51% -
XYZ 12.16 15.59 23.84 -
YUV 100.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 53 119 131 0.60 0.09 0 0.49 189.23 0.42 0.36
Hex 35 77 83 3C 9 0 31 BD 2A 24
Octal 65 167 203 74 11 0 61 275 52 44
Binary 110101 1110111 10000011 111100 1001 0 110001 10111101 101010 100100

Color Harmonies of #357783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357783

Black with #357783

Text Example


Text Example

White with #357783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357783; }

 p { color: rgb(53,119,131); }

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

background-color css

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

 a { background-color: rgb(53,119,131); }

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

border-color css

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

 span { border-color: rgb(53,119,131); }

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