#3294af

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

Shades of Pelorous #3294AF

Tints of Pelorous #3294AF

Color information

#3294AF (or 0x3294AF) is unknown color: approx Pelorous. HEX triplet: 32, 94 and AF. RGB value is (50,148,175). Sum of RGB (Red+Green+Blue) = 50+148+175=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #3294AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3294AF is #CD6B50. Grayscale: #797979. Windows color (decimal): -13462353 or 11506738. OLE color: 11506738.

HSL color Cylindrical-coordinate representation of color #3294AF: hue angle of 192.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3294AF is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50148175-
CMYK0.710.1500.31
HSL192.96º55.56%44.12%-
HSV(B)192.96º71.43%68.63%-
XYZ19.6424.9544.34-
YUV121.78158.0376.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.40%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=13.40%
G=39.68%
B=46.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501481750.710.1500.31192.9655.5644.12
Hex3294AF47F01Fc1382c
Octal62224257107170373017054
Binary11001010010100101011111000111111101111111000001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3294af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3294af; }

 p { color: rgb(50,148,175); }

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

<style>
 a { background-color: #3294af; }

 a { background-color: rgb(50,148,175); }

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

<style>
 span { border-color: #3294af; }

 span { border-color: rgb(50,148,175); }

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