#338588

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

Shades of Blue Chill #338588

Tints of Blue Chill #338588

Color information

#338588 (or 0x338588) is unknown color: approx Blue Chill. HEX triplet: 33, 85 and 88. RGB value is (51,133,136). Sum of RGB (Red+Green+Blue) = 51+133+136=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #338588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338588 is #CC7A77. Grayscale: #6C6C6C. Windows color (decimal): -13400696 or 8946995. OLE color: 8946995.

HSL color Cylindrical-coordinate representation of color #338588: hue angle of 182.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338588 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51133136-
CMYK0.620.0200.47
HSL182.12º45.45%36.67%-
HSV(B)182.12º62.5%53.33%-
XYZ14.219.2626.26-
YUV108.82143.3386.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=15.94%
G=41.56%
B=42.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511331360.620.0200.47182.1245.4536.67
Hex3385883E202Fb62d25
Octal632052107620572665545
Binary110011100001011000100011111010010111110110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338588; }

 p { color: rgb(51,133,136); }

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

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

 a { background-color: rgb(51,133,136); }

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

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

 span { border-color: rgb(51,133,136); }

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