#358D92

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

Shades of Blue Chill #358D92

Tints of Blue Chill #358D92

Color information

#358D92 (or 0x358D92) is unknown color: approx Blue Chill. HEX triplet: 35, 8D and 92. RGB value is (53,141,146). Sum of RGB (Red+Green+Blue) = 53+141+146=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #358D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D92 is #CA726D. Grayscale: #737373. Windows color (decimal): -13267566 or 9604405. OLE color: 9604405.

HSL color Cylindrical-coordinate representation of color #358D92: hue angle of 183.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358D92 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53141146-
CMYK0.640.0300.43
HSL183.23º46.73%39.02%-
HSV(B)183.23º63.7%57.25%-
XYZ16.1821.8830.56-
YUV115.26145.3583.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=15.59%
G=41.47%
B=42.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531411460.640.0300.43183.2346.7339.02
Hex358D9240302Bb72f27
Octal6521522210030532675747
Binary1101011000110110010010100000011010101110110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358D92; }

 p { color: rgb(53,141,146); }

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

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

 a { background-color: rgb(53,141,146); }

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

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

 span { border-color: rgb(53,141,146); }

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