#338B91

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

Shades of Blue Chill #338B91

Tints of Blue Chill #338B91

Color information

#338B91 (or 0x338B91) is unknown color: approx Blue Chill. HEX triplet: 33, 8B and 91. RGB value is (51,139,145). Sum of RGB (Red+Green+Blue) = 51+139+145=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #338B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B91 is #CC746E. Grayscale: #717171. Windows color (decimal): -13399151 or 9538355. OLE color: 9538355.

HSL color Cylindrical-coordinate representation of color #338B91: hue angle of 183.83º 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 #338B91 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51139145-
CMYK0.650.0400.43
HSL183.83º47.96%38.43%-
HSV(B)183.83º64.83%56.86%-
XYZ15.7121.2130.05-
YUV113.37145.8583.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=15.22%
G=41.49%
B=43.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511391450.650.0400.43183.8347.9638.43
Hex338B9141402Bb83026
Octal6321322110140532706046
Binary11001110001011100100011000001100010101110111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338B91; }

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

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

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

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

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

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

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

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