Html Css Color HEX #358688 Blue Chill

📋 copy color: '#358688'

red 53 ◦ green 134 ◦ blue 136

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

Shades of Blue Chill #358688

Tints of Blue Chill #358688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

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

R = 16.41%
G = 41.49%
B = 42.11%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#358688 (or 0x358688) is known color: Blue Chill. HEX triplet: 35, 86 and 88. RGB value is (53,134,136). Sum of RGB (Red+Green+Blue) = 53+134+136=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #358688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358688 is #CA7977. Grayscale: #6D6D6D. Windows color (decimal): -13269368 or 8947253. OLE color: 8947253.

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

Color convert

RGB 53 134 136 -
CMYK 0.61 0.01 0 0.47
HSL 181.45º 0.44% 0.37% -
HSV(B) 181.45º 0.61% 0.53% -
XYZ 14.44 19.58 26.31 -
YUV 110.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 53 134 136 0.61 0.01 0 0.47 181.45 0.44 0.37
Hex 35 86 88 3D 1 0 2F B5 2C 25
Octal 65 206 210 75 1 0 57 265 54 45
Binary 110101 10000110 10001000 111101 1 0 101111 10110101 101100 100101

Color Harmonies of #358688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358688

Black with #358688

Text Example


Text Example

White with #358688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358688; }

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

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

background-color css

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

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

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

border-color css

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

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

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