#339AAD

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

Shades of Pelorous #339AAD

Tints of Pelorous #339AAD

Color information

#339AAD (or 0x339AAD) is unknown color: approx Pelorous. HEX triplet: 33, 9A and AD. RGB value is (51,154,173). Sum of RGB (Red+Green+Blue) = 51+154+173=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #339AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339AAD is #CC6552. Grayscale: #7D7D7D. Windows color (decimal): -13395283 or 11377203. OLE color: 11377203.

HSL color Cylindrical-coordinate representation of color #339AAD: hue angle of 189.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339AAD is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51154173-
CMYK0.710.1100.32
HSL189.34º54.46%43.92%-
HSV(B)189.34º70.52%67.84%-
XYZ20.4626.8343.64-
YUV125.37154.8874.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=13.49%
G=40.74%
B=45.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511541730.710.1100.32189.3454.4643.92
Hex339AAD47B020bd362c
Octal63232255107130402756654
Binary110011100110101010110110001111011010000010111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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