Html Css Color HEX #359893 Blue Chill

📋 copy color: '#359893'

red 53 ◦ green 152 ◦ blue 147

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

Shades of Blue Chill #359893

Tints of Blue Chill #359893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 15.06%
G = 43.18%
B = 41.76%

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

#359893 (or 0x359893) is known color: Blue Chill. HEX triplet: 35, 98 and 93. RGB value is (53,152,147). Sum of RGB (Red+Green+Blue) = 53+152+147=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #359893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359893 is #CA676C. Grayscale: #797979. Windows color (decimal): -13264749 or 9672757. OLE color: 9672757.

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

Color convert

RGB 53 152 147 -
CMYK 0.65 0 0.03 0.40
HSL 176.97º 0.48% 0.4% -
HSV(B) 176.97º 0.65% 0.6% -
XYZ 17.96 25.32 31.54 -
YUV 121.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 53 152 147 0.65 0 0.03 0.40 176.97 0.48 0.4
Hex 35 98 93 41 0 3 28 B1 30 28
Octal 65 230 223 101 0 3 50 261 60 50
Binary 110101 10011000 10010011 1000001 0 11 101000 10110001 110000 101000

Color Harmonies of #359893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359893

Black with #359893

Text Example


Text Example

White with #359893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359893; }

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

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

background-color css

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

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

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

border-color css

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

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

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