#338F91

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

Shades of Blue Chill #338F91

Tints of Blue Chill #338F91

Color information

#338F91 (or 0x338F91) is unknown color: approx Blue Chill. HEX triplet: 33, 8F and 91. RGB value is (51,143,145). Sum of RGB (Red+Green+Blue) = 51+143+145=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #338F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338F91 is #CC706E. Grayscale: #737373. Windows color (decimal): -13398127 or 9539379. OLE color: 9539379.

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

Color convert

RGB51143145-
CMYK0.650.0100.43
HSL181.28º47.96%38.43%-
HSV(B)181.28º64.83%56.86%-
XYZ16.322.3930.25-
YUV115.72144.5281.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=15.04%
G=42.18%
B=42.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511431450.650.0100.43181.2847.9638.43
Hex338F9141102Bb53026
Octal6321722110110532656046
Binary110011100011111001000110000011010101110110101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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