#358E93

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

Shades of Blue Chill #358E93

Tints of Blue Chill #358E93

Color information

#358E93 (or 0x358E93) is unknown color: approx Blue Chill. HEX triplet: 35, 8E and 93. RGB value is (53,142,147). Sum of RGB (Red+Green+Blue) = 53+142+147=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #358E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358E93 is #CA716C. Grayscale: #737373. Windows color (decimal): -13267309 or 9670197. OLE color: 9670197.

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

Color convert

RGB53142147-
CMYK0.640.0300.42
HSL183.19º47%39.22%-
HSV(B)183.19º63.95%57.65%-
XYZ16.4122.2131.03-
YUV115.96145.5183.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=15.50%
G=41.52%
B=42.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531421470.640.0300.42183.194739.22
Hex358E9340302Ab72f27
Octal6521622310030522675747
Binary1101011000111010010011100000011010101010110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,147); }

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

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

 a { background-color: rgb(53,142,147); }

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

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

 span { border-color: rgb(53,142,147); }

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