#03334E

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

Shades of Prussian Blue #03334E

Tints of Prussian Blue #03334E

Color information

#03334E (or 0x03334E) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 4E. RGB value is (3,51,78). Sum of RGB (Red+Green+Blue) = 3+51+78=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #03334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03334E is #FCCCB1. Grayscale: #272727. Windows color (decimal): -16567474 or 5124867. OLE color: 5124867.

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

Color convert

RGB35178-
CMYK0.960.3500.69
HSL201.6º92.59%15.88%-
HSV(B)201.6º96.15%30.59%-
XYZ2.62.947.64-
YUV39.73149.6101.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=2.27%
G=38.64%
B=59.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal351780.960.3500.69201.692.5915.88
Hex3334E6023045ca5d10
Octal36311614043010531213520
Binary11110011100111011000001000110100010111001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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