Html Css Color HEX #358490 Blue Chill

📋 copy color: '#358490'

red 53 ◦ green 132 ◦ blue 144

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

Shades of Blue Chill #358490

Tints of Blue Chill #358490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 16.11%
G = 40.12%
B = 43.77%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#358490 (or 0x358490) is known color: Blue Chill. HEX triplet: 35, 84 and 90. RGB value is (53,132,144). Sum of RGB (Red+Green+Blue) = 53+132+144=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #358490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358490 is #CA7B6F. Grayscale: #6D6D6D. Windows color (decimal): -13269872 or 9471029. OLE color: 9471029.

HSL color Cylindrical-coordinate representation of color #358490: hue angle of 187.91º 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 #358490 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 132 144 -
CMYK 0.63 0.08 0 0.44
HSL 187.91º 0.46% 0.39% -
HSV(B) 187.91º 0.63% 0.56% -
XYZ 14.75 19.27 29.33 -
YUV 109.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 53 132 144 0.63 0.08 0 0.44 187.91 0.46 0.39
Hex 35 84 90 3F 8 0 2C BC 2E 27
Octal 65 204 220 77 10 0 54 274 56 47
Binary 110101 10000100 10010000 111111 1000 0 101100 10111100 101110 100111

Color Harmonies of #358490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358490

Black with #358490

Text Example


Text Example

White with #358490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358490; }

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

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

background-color css

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

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

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

border-color css

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

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

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