#338890

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

Shades of Blue Chill #338890

Tints of Blue Chill #338890

Color information

#338890 (or 0x338890) is unknown color: approx Blue Chill. HEX triplet: 33, 88 and 90. RGB value is (51,136,144). Sum of RGB (Red+Green+Blue) = 51+136+144=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #338890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338890 is #CC776F. Grayscale: #6F6F6F. Windows color (decimal): -13399920 or 9472051. OLE color: 9472051.

HSL color Cylindrical-coordinate representation of color #338890: hue angle of 185.16º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338890 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51136144-
CMYK0.650.0600.44
HSL185.16º47.69%38.24%-
HSV(B)185.16º64.58%56.47%-
XYZ15.220.3329.51-
YUV111.5146.3484.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=15.41%
G=41.09%
B=43.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511361440.650.0600.44185.1647.6938.24
Hex33889041602Cb93026
Octal6321022010160542716046
Binary11001110001000100100001000001110010110010111001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338890; }

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

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

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

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

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

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

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

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