#3B999E

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

Shades of Blue Chill #3B999E

Tints of Blue Chill #3B999E

Color information

#3B999E (or 0x3B999E) is unknown color: approx Blue Chill. HEX triplet: 3B, 99 and 9E. RGB value is (59,153,158). Sum of RGB (Red+Green+Blue) = 59+153+158=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B999E is #C46661. Grayscale: #7D7D7D. Windows color (decimal): -12871266 or 10393915. OLE color: 10393915.

HSL color Cylindrical-coordinate representation of color #3B999E: hue angle of 183.03º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B999E is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59153158-
CMYK0.630.0300.38
HSL183.03º45.62%42.55%-
HSV(B)183.03º62.66%61.96%-
XYZ19.3726.1836.38-
YUV125.46146.3680.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.95%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=15.95%
G=41.35%
B=42.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591531580.630.0300.38183.0345.6242.55
Hex3B999E3F3026b72e2b
Octal732312367730462675653
Binary111011100110011001111011111111010011010110111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B999E; }

 p { color: rgb(59,153,158); }

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

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

 a { background-color: rgb(59,153,158); }

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

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

 span { border-color: rgb(59,153,158); }

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