Html Css Color HEX #359096 Blue Chill

📋 copy color: '#359096'

red 53 ◦ green 144 ◦ blue 150

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

Shades of Blue Chill #359096

Tints of Blue Chill #359096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 15.27%
G = 41.5%
B = 43.23%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#359096 (or 0x359096) is known color: Blue Chill. HEX triplet: 35, 90 and 96. RGB value is (53,144,150). Sum of RGB (Red+Green+Blue) = 53+144+150=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #359096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359096 is #CA6F69. Grayscale: #757575. Windows color (decimal): -13266794 or 9867317. OLE color: 9867317.

HSL color Cylindrical-coordinate representation of color #359096: hue angle of 183.71º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359096 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 144 150 -
CMYK 0.65 0.04 0 0.41
HSL 183.71º 0.48% 0.4% -
HSV(B) 183.71º 0.65% 0.59% -
XYZ 16.95 22.91 32.38 -
YUV 117.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 53 144 150 0.65 0.04 0 0.41 183.71 0.48 0.4
Hex 35 90 96 41 4 0 29 B8 30 28
Octal 65 220 226 101 4 0 51 270 60 50
Binary 110101 10010000 10010110 1000001 100 0 101001 10111000 110000 101000

Color Harmonies of #359096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359096

Black with #359096

Text Example


Text Example

White with #359096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359096; }

 p { color: rgb(53,144,150); }

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

background-color css

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

 a { background-color: rgb(53,144,150); }

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

border-color css

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

 span { border-color: rgb(53,144,150); }

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