Html Css Color HEX #359895 Blue Chill

📋 copy color: '#359895'

red 53 ◦ green 152 ◦ blue 149

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

Shades of Blue Chill #359895

Tints of Blue Chill #359895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 14.97%
G = 42.94%
B = 42.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#359895 (or 0x359895) is known color: Blue Chill. HEX triplet: 35, 98 and 95. RGB value is (53,152,149). Sum of RGB (Red+Green+Blue) = 53+152+149=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #359895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359895 is #CA676A. Grayscale: #797979. Windows color (decimal): -13264747 or 9803829. OLE color: 9803829.

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

Color convert

RGB 53 152 149 -
CMYK 0.65 0 0.02 0.40
HSL 178.18º 0.48% 0.4% -
HSV(B) 178.18º 0.65% 0.6% -
XYZ 18.12 25.38 32.38 -
YUV 122.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 53 152 149 0.65 0 0.02 0.40 178.18 0.48 0.4
Hex 35 98 95 41 0 2 28 B2 30 28
Octal 65 230 225 101 0 2 50 262 60 50
Binary 110101 10011000 10010101 1000001 0 10 101000 10110010 110000 101000

Color Harmonies of #359895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359895

Black with #359895

Text Example


Text Example

White with #359895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359895; }

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

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

background-color css

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

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

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

border-color css

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

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

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