#36999A

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

Shades of Blue Chill #36999A

Tints of Blue Chill #36999A

Color information

#36999A (or 0x36999A) is unknown color: approx Blue Chill. HEX triplet: 36, 99 and 9A. RGB value is (54,153,154). Sum of RGB (Red+Green+Blue) = 54+153+154=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #36999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36999A is #C96665. Grayscale: #7B7B7B. Windows color (decimal): -13198950 or 10131766. OLE color: 10131766.

HSL color Cylindrical-coordinate representation of color #36999A: hue angle of 180.6º 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 #36999A is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB54153154-
CMYK0.650.0100.40
HSL180.6º48.08%40.78%-
HSV(B)180.6º64.94%60.39%-
XYZ18.7525.934.58-
YUV123.51145.278.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=14.96%
G=42.38%
B=42.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541531540.650.0100.40180.648.0840.78
Hex36999A411028b53029
Octal6623123210110502656051
Binary110110100110011001101010000011010100010110101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36999A; }

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

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

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

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

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

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

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

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