#338E85

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

Shades of Blue Chill #338E85

Tints of Blue Chill #338E85

Color information

#338E85 (or 0x338E85) is unknown color: approx Blue Chill. HEX triplet: 33, 8E and 85. RGB value is (51,142,133). Sum of RGB (Red+Green+Blue) = 51+142+133=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #338E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338E85 is #CC717A. Grayscale: #717171. Windows color (decimal): -13398395 or 8752691. OLE color: 8752691.

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

Color convert

RGB51142133-
CMYK0.6400.060.44
HSL174.07º47.15%37.84%-
HSV(B)174.07º64.08%55.69%-
XYZ15.2721.7425.58-
YUV113.76138.8583.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=15.64%
G=43.56%
B=40.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421330.6400.060.44174.0747.1537.84
Hex338E8540062Cae2f26
Octal6321620510006542565746
Binary11001110001110100001011000000011010110010101110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,142,133); }

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

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

 a { background-color: rgb(51,142,133); }

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

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

 span { border-color: rgb(51,142,133); }

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