#03274F

Color #03274F Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #03274F

Tints of Prussian Blue #03274F

Color information

#03274F (or 0x03274F) is unknown color: approx Prussian Blue. HEX triplet: 03, 27 and 4F. RGB value is (3,39,79). Sum of RGB (Red+Green+Blue) = 3+39+79=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #03274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03274F is #FCD8B0. Grayscale: #202020. Windows color (decimal): -16570545 or 5187331. OLE color: 5187331.

HSL color Cylindrical-coordinate representation of color #03274F: hue angle of 211.58º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03274F is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33979-
CMYK0.960.5100.69
HSL211.58º92.68%16.08%-
HSV(B)211.58º96.2%30.98%-
XYZ2.172.037.68-
YUV32.8154.07106.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=2.48%
G=32.23%
B=65.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal339790.960.5100.69211.5892.6816.08
Hex3274F6033045d45d10
Octal34711714063010532413520
Binary11100111100111111000001100110100010111010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03274F; }

 p { color: rgb(3,39,79); }

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

<style>
 a { background-color: #03274F; }

 a { background-color: rgb(3,39,79); }

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

<style>
 span { border-color: #03274F; }

 span { border-color: rgb(3,39,79); }

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