#358390

Color #358390 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #358390

Tints of Blue Chill #358390

Color information

#358390 (or 0x358390) is unknown color: approx Blue Chill. HEX triplet: 35, 83 and 90. RGB value is (53,131,144). Sum of RGB (Red+Green+Blue) = 53+131+144=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #358390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358390 is #CA7C6F. Grayscale: #6D6D6D. Windows color (decimal): -13270128 or 9470773. OLE color: 9470773.

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

Color convert

RGB53131144-
CMYK0.630.0900.44
HSL188.57º46.19%38.63%-
HSV(B)188.57º63.19%56.47%-
XYZ14.621929.28-
YUV109.16147.6687.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=16.16%
G=39.94%
B=43.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531311440.630.0900.44188.5746.1938.63
Hex3583903F902Cbd2e27
Octal6520322077110542755647
Binary11010110000011100100001111111001010110010111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358390; }

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

 H1.HeaderClassName
 {
   color: #358390;
 }
 .AnyTagClassName
 {
   color: #358390;
 }
</style>
background-color css

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

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

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

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

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

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