#338F93

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

Shades of Blue Chill #338F93

Tints of Blue Chill #338F93

Color information

#338F93 (or 0x338F93) is unknown color: approx Blue Chill. HEX triplet: 33, 8F and 93. RGB value is (51,143,147). Sum of RGB (Red+Green+Blue) = 51+143+147=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #338F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338F93 is #CC706C. Grayscale: #737373. Windows color (decimal): -13398125 or 9670451. OLE color: 9670451.

HSL color Cylindrical-coordinate representation of color #338F93: hue angle of 182.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338F93 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51143147-
CMYK0.650.0300.42
HSL182.5º48.48%38.82%-
HSV(B)182.5º65.31%57.65%-
XYZ16.4522.4631.07-
YUV115.95145.5281.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=14.96%
G=41.94%
B=43.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511431470.650.0300.42182.548.4838.82
Hex338F9341302Ab63027
Octal6321722310130522666047
Binary1100111000111110010011100000111010101010110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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