#369B95

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

Shades of Blue Chill #369B95

Tints of Blue Chill #369B95

Color information

#369B95 (or 0x369B95) is unknown color: approx Blue Chill. HEX triplet: 36, 9B and 95. RGB value is (54,155,149). Sum of RGB (Red+Green+Blue) = 54+155+149=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #369B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B95 is #C9646A. Grayscale: #7C7C7C. Windows color (decimal): -13198443 or 9804598. OLE color: 9804598.

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

Color convert

RGB54155149-
CMYK0.6500.040.39
HSL176.44º48.33%40.98%-
HSV(B)176.44º65.16%60.78%-
XYZ18.6726.432.55-
YUV124.12142.0477.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.08%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=15.08%
G=43.30%
B=41.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541551490.6500.040.39176.4448.3340.98
Hex369B95410427b03029
Octal6623322510104472606051
Binary11011010011011100101011000001010010011110110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,155,149); }

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

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

 a { background-color: rgb(54,155,149); }

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

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

 span { border-color: rgb(54,155,149); }

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