#03274E

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

Shades of Prussian Blue #03274E

Tints of Prussian Blue #03274E

Color information

#03274E (or 0x03274E) is unknown color: approx Prussian Blue. HEX triplet: 03, 27 and 4E. RGB value is (3,39,78). Sum of RGB (Red+Green+Blue) = 3+39+78=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #03274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03274E is #FCD8B1. Grayscale: #202020. Windows color (decimal): -16570546 or 5121795. OLE color: 5121795.

HSL color Cylindrical-coordinate representation of color #03274E: hue angle of 211.2º 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 #03274E is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33978-
CMYK0.960.5000.69
HSL211.2º92.59%15.88%-
HSV(B)211.2º96.15%30.59%-
XYZ2.142.027.49-
YUV32.68153.57106.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 78 (30.86% from 255) = 65%
R=2.5%
G=32.5%
B=65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal339780.960.5000.69211.292.5915.88
Hex3274E6032045d35d10
Octal34711614062010532313520
Binary11100111100111011000001100100100010111010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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