Html Css Color HEX #358882 Blue Chill

📋 copy color: '#358882'

red 53 ◦ green 136 ◦ blue 130

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

Shades of Blue Chill #358882

Tints of Blue Chill #358882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 16.61%
G = 42.63%
B = 40.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#358882 (or 0x358882) is known color: Blue Chill. HEX triplet: 35, 88 and 82. RGB value is (53,136,130). Sum of RGB (Red+Green+Blue) = 53+136+130=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #358882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358882 is #CA777D. Grayscale: #6E6E6E. Windows color (decimal): -13268862 or 8554549. OLE color: 8554549.

HSL color Cylindrical-coordinate representation of color #358882: hue angle of 175.66º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358882 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 130 -
CMYK 0.61 0 0.04 0.47
HSL 175.66º 0.44% 0.37% -
HSV(B) 175.66º 0.61% 0.53% -
XYZ 14.3 19.98 24.22 -
YUV 110.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 53 136 130 0.61 0 0.04 0.47 175.66 0.44 0.37
Hex 35 88 82 3D 0 4 2F B0 2C 25
Octal 65 210 202 75 0 4 57 260 54 45
Binary 110101 10001000 10000010 111101 0 100 101111 10110000 101100 100101

Color Harmonies of #358882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358882

Black with #358882

Text Example


Text Example

White with #358882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358882; }

 p { color: rgb(53,136,130); }

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

background-color css

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

 a { background-color: rgb(53,136,130); }

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

border-color css

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

 span { border-color: rgb(53,136,130); }

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