#339EAB

Color #339EAB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #339EAB

Tints of Pelorous #339EAB

Color information

#339EAB (or 0x339EAB) is unknown color: approx Pelorous. HEX triplet: 33, 9E and AB. RGB value is (51,158,171). Sum of RGB (Red+Green+Blue) = 51+158+171=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #339EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339EAB is #CC6154. Grayscale: #7F7F7F. Windows color (decimal): -13394261 or 11247155. OLE color: 11247155.

HSL color Cylindrical-coordinate representation of color #339EAB: hue angle of 186.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339EAB is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51158171-
CMYK0.700.0800.33
HSL186.5º54.05%43.53%-
HSV(B)186.5º70.18%67.06%-
XYZ20.9428.142.85-
YUV127.49152.5573.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 171 (67.19% from 255) = 45%
R=13.42%
G=41.58%
B=45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511581710.700.0800.33186.554.0543.53
Hex339EAB468021ba362c
Octal63236253106100412726654
Binary110011100111101010101110001101000010000110111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339EAB; }

 p { color: rgb(51,158,171); }

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

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

 a { background-color: rgb(51,158,171); }

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

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

 span { border-color: rgb(51,158,171); }

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