Html Css Color HEX #359296 Blue Chill

📋 copy color: '#359296'

red 53 ◦ green 146 ◦ blue 150

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

Shades of Blue Chill #359296

Tints of Blue Chill #359296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 15.19%
G = 41.83%
B = 42.98%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#359296 (or 0x359296) is known color: Blue Chill. HEX triplet: 35, 92 and 96. RGB value is (53,146,150). Sum of RGB (Red+Green+Blue) = 53+146+150=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #359296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359296 is #CA6D69. Grayscale: #767676. Windows color (decimal): -13266282 or 9867829. OLE color: 9867829.

HSL color Cylindrical-coordinate representation of color #359296: hue angle of 182.47º 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 #359296 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 146 150 -
CMYK 0.65 0.03 0 0.41
HSL 182.47º 0.48% 0.4% -
HSV(B) 182.47º 0.65% 0.59% -
XYZ 17.25 23.52 32.48 -
YUV 118.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 53 146 150 0.65 0.03 0 0.41 182.47 0.48 0.4
Hex 35 92 96 41 3 0 29 B6 30 28
Octal 65 222 226 101 3 0 51 266 60 50
Binary 110101 10010010 10010110 1000001 11 0 101001 10110110 110000 101000

Color Harmonies of #359296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359296

Black with #359296

Text Example


Text Example

White with #359296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359296; }

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

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

background-color css

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

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

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

border-color css

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

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

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