#338983

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

Shades of Blue Chill #338983

Tints of Blue Chill #338983

Color information

#338983 (or 0x338983) is unknown color: approx Blue Chill. HEX triplet: 33, 89 and 83. RGB value is (51,137,131). Sum of RGB (Red+Green+Blue) = 51+137+131=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #338983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338983 is #CC767C. Grayscale: #6E6E6E. Windows color (decimal): -13399677 or 8620339. OLE color: 8620339.

HSL color Cylindrical-coordinate representation of color #338983: hue angle of 175.81º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338983 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB51137131-
CMYK0.6300.040.46
HSL175.81º45.74%36.86%-
HSV(B)175.81º62.77%53.73%-
XYZ14.4120.2324.62-
YUV110.6139.5185.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=15.99%
G=42.95%
B=41.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371310.6300.040.46175.8145.7436.86
Hex3389833F042Eb02e25
Octal632112037704562605645
Binary1100111000100110000011111111010010111010110000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338983; }

 p { color: rgb(51,137,131); }

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

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

 a { background-color: rgb(51,137,131); }

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

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

 span { border-color: rgb(51,137,131); }

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