#369992

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

Shades of Blue Chill #369992

Tints of Blue Chill #369992

Color information

#369992 (or 0x369992) is unknown color: approx Blue Chill. HEX triplet: 36, 99 and 92. RGB value is (54,153,146). Sum of RGB (Red+Green+Blue) = 54+153+146=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #369992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369992 is #C9666D. Grayscale: #7A7A7A. Windows color (decimal): -13198958 or 9607478. OLE color: 9607478.

HSL color Cylindrical-coordinate representation of color #369992: hue angle of 175.76º 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 #369992 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB54153146-
CMYK0.6500.050.4
HSL175.76º47.83%40.59%-
HSV(B)175.76º64.71%60%-
XYZ18.125.6431.19-
YUV122.6141.279.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=15.30%
G=43.34%
B=41.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541531460.6500.050.4175.7647.8340.59
Hex369992410528b03029
Octal6623122210105502606051
Binary11011010011001100100101000001010110100010110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369992; }

 p { color: rgb(54,153,146); }

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

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

 a { background-color: rgb(54,153,146); }

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

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

 span { border-color: rgb(54,153,146); }

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