Html Css Color HEX #358288 Blue Chill

📋 copy color: '#358288'

red 53 ◦ green 130 ◦ blue 136

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

Shades of Blue Chill #358288

Tints of Blue Chill #358288

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #358288: hue angle of 184.34º 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 #358288 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 130 136 -
CMYK 0.61 0.04 0 0.47
HSL 184.34º 0.44% 0.37% -
HSV(B) 184.34º 0.61% 0.53% -
XYZ 13.89 18.5 26.13 -
YUV 107.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 53 130 136 0.61 0.04 0 0.47 184.34 0.44 0.37
Hex 35 82 88 3D 4 0 2F B8 2C 25
Octal 65 202 210 75 4 0 57 270 54 45
Binary 110101 10000010 10001000 111101 100 0 101111 10111000 101100 100101

Color Harmonies of #358288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358288

Black with #358288

Text Example


Text Example

White with #358288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358288; }

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

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

background-color css

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

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

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

border-color css

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

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

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