Html Css Color HEX #359894 Blue Chill

📋 copy color: '#359894'

red 53 ◦ green 152 ◦ blue 148

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

Shades of Blue Chill #359894

Tints of Blue Chill #359894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 15.01%
G = 43.06%
B = 41.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#359894 (or 0x359894) is known color: Blue Chill. HEX triplet: 35, 98 and 94. RGB value is (53,152,148). Sum of RGB (Red+Green+Blue) = 53+152+148=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #359894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359894 is #CA676B. Grayscale: #797979. Windows color (decimal): -13264748 or 9738293. OLE color: 9738293.

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

Color convert

RGB 53 152 148 -
CMYK 0.65 0 0.03 0.40
HSL 177.58º 0.48% 0.4% -
HSV(B) 177.58º 0.65% 0.6% -
XYZ 18.04 25.35 31.96 -
YUV 121.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 53 152 148 0.65 0 0.03 0.40 177.58 0.48 0.4
Hex 35 98 94 41 0 3 28 B2 30 28
Octal 65 230 224 101 0 3 50 262 60 50
Binary 110101 10011000 10010100 1000001 0 11 101000 10110010 110000 101000

Color Harmonies of #359894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359894

Black with #359894

Text Example


Text Example

White with #359894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359894; }

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

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

background-color css

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

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

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

border-color css

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

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

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