#338891

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

Shades of Blue Chill #338891

Tints of Blue Chill #338891

Color information

#338891 (or 0x338891) is unknown color: approx Blue Chill. HEX triplet: 33, 88 and 91. RGB value is (51,136,145). Sum of RGB (Red+Green+Blue) = 51+136+145=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #338891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338891 is #CC776E. Grayscale: #6F6F6F. Windows color (decimal): -13399919 or 9537587. OLE color: 9537587.

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

Color convert

RGB51136145-
CMYK0.650.0600.43
HSL185.74º47.96%38.43%-
HSV(B)185.74º64.83%56.86%-
XYZ15.2820.3629.91-
YUV111.61146.8484.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=15.36%
G=40.96%
B=43.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511361450.650.0600.43185.7447.9638.43
Hex33889141602Bba3026
Octal6321022110160532726046
Binary11001110001000100100011000001110010101110111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338891; }

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

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

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

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

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

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

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

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