#369A93

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

Shades of Blue Chill #369A93

Tints of Blue Chill #369A93

Color information

#369A93 (or 0x369A93) is unknown color: approx Blue Chill. HEX triplet: 36, 9A and 93. RGB value is (54,154,147). Sum of RGB (Red+Green+Blue) = 54+154+147=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #369A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A93 is #C9656C. Grayscale: #7B7B7B. Windows color (decimal): -13198701 or 9673270. OLE color: 9673270.

HSL color Cylindrical-coordinate representation of color #369A93: hue angle of 175.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A93 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB54154147-
CMYK0.6500.050.40
HSL175.8º48.08%40.78%-
HSV(B)175.8º64.94%60.39%-
XYZ18.342631.66-
YUV123.3141.3778.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.21%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=15.21%
G=43.38%
B=41.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541541470.6500.050.40175.848.0840.78
Hex369A93410528b03029
Octal6623222310105502606051
Binary11011010011010100100111000001010110100010110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369A93; }

 p { color: rgb(54,154,147); }

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

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

 a { background-color: rgb(54,154,147); }

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

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

 span { border-color: rgb(54,154,147); }

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