#339AAB

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

Shades of Pelorous #339AAB

Tints of Pelorous #339AAB

Color information

#339AAB (or 0x339AAB) is unknown color: approx Pelorous. HEX triplet: 33, 9A and AB. RGB value is (51,154,171). Sum of RGB (Red+Green+Blue) = 51+154+171=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #339AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339AAB is #CC6554. Grayscale: #7C7C7C. Windows color (decimal): -13395285 or 11246131. OLE color: 11246131.

HSL color Cylindrical-coordinate representation of color #339AAB: hue angle of 188.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 #339AAB is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51154171-
CMYK0.700.1000.33
HSL188.5º54.05%43.53%-
HSV(B)188.5º70.18%67.06%-
XYZ20.2726.7642.62-
YUV125.14153.8875.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=13.56%
G=40.96%
B=45.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511541710.700.1000.33188.554.0543.53
Hex339AAB46A021bc362c
Octal63232253106120412746654
Binary110011100110101010101110001101010010000110111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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