#3399AC

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

Shades of Pelorous #3399AC

Tints of Pelorous #3399AC

Color information

#3399AC (or 0x3399AC) is unknown color: approx Pelorous. HEX triplet: 33, 99 and AC. RGB value is (51,153,172). Sum of RGB (Red+Green+Blue) = 51+153+172=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #3399AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3399AC is #CC6653. Grayscale: #7C7C7C. Windows color (decimal): -13395540 or 11311411. OLE color: 11311411.

HSL color Cylindrical-coordinate representation of color #3399AC: hue angle of 189.42º 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 #3399AC is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51153172-
CMYK0.700.1100.33
HSL189.42º54.26%43.73%-
HSV(B)189.42º70.35%67.45%-
XYZ20.226.4643.07-
YUV124.67154.7175.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=13.56%
G=40.69%
B=45.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511531720.700.1100.33189.4254.2643.73
Hex3399AC46B021bd362c
Octal63231254106130412756654
Binary110011100110011010110010001101011010000110111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3399AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3399AC; }

 p { color: rgb(51,153,172); }

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

<style>
 a { background-color: #3399AC; }

 a { background-color: rgb(51,153,172); }

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

<style>
 span { border-color: #3399AC; }

 span { border-color: rgb(51,153,172); }

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