Html Css Color HEX #359897 Blue Chill

📋 copy color: '#359897'

red 53 ◦ green 152 ◦ blue 151

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

Shades of Blue Chill #359897

Tints of Blue Chill #359897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 14.89%
G = 42.7%
B = 42.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#359897 (or 0x359897) is known color: Blue Chill. HEX triplet: 35, 98 and 97. RGB value is (53,152,151). Sum of RGB (Red+Green+Blue) = 53+152+151=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #359897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359897 is #CA6768. Grayscale: #7A7A7A. Windows color (decimal): -13264745 or 9934901. OLE color: 9934901.

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

Color convert

RGB 53 152 151 -
CMYK 0.65 0 0.01 0.40
HSL 179.39º 0.48% 0.4% -
HSV(B) 179.39º 0.65% 0.6% -
XYZ 18.28 25.45 33.23 -
YUV 122.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 53 152 151 0.65 0 0.01 0.40 179.39 0.48 0.4
Hex 35 98 97 41 0 1 28 B3 30 28
Octal 65 230 227 101 0 1 50 263 60 50
Binary 110101 10011000 10010111 1000001 0 1 101000 10110011 110000 101000

Color Harmonies of #359897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359897

Black with #359897

Text Example


Text Example

White with #359897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359897; }

 p { color: rgb(53,152,151); }

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

background-color css

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

 a { background-color: rgb(53,152,151); }

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

border-color css

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

 span { border-color: rgb(53,152,151); }

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