Html Css Color HEX #358690 Blue Chill

📋 copy color: '#358690'

red 53 ◦ green 134 ◦ blue 144

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

Shades of Blue Chill #358690

Tints of Blue Chill #358690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 16.01%
G = 40.48%
B = 43.5%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#358690 (or 0x358690) is known color: Blue Chill. HEX triplet: 35, 86 and 90. RGB value is (53,134,144). Sum of RGB (Red+Green+Blue) = 53+134+144=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #358690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358690 is #CA796F. Grayscale: #6E6E6E. Windows color (decimal): -13269360 or 9471541. OLE color: 9471541.

HSL color Cylindrical-coordinate representation of color #358690: hue angle of 186.59º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358690 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 134 144 -
CMYK 0.63 0.07 0 0.44
HSL 186.59º 0.46% 0.39% -
HSV(B) 186.59º 0.63% 0.56% -
XYZ 15.03 19.82 29.42 -
YUV 110.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 53 134 144 0.63 0.07 0 0.44 186.59 0.46 0.39
Hex 35 86 90 3F 7 0 2C BB 2E 27
Octal 65 206 220 77 7 0 54 273 56 47
Binary 110101 10000110 10010000 111111 111 0 101100 10111011 101110 100111

Color Harmonies of #358690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358690

Black with #358690

Text Example


Text Example

White with #358690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358690; }

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

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

background-color css

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

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

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

border-color css

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

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

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