#03254E

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

Shades of Prussian Blue #03254E

Tints of Prussian Blue #03254E

Color information

#03254E (or 0x03254E) is unknown color: approx Prussian Blue. HEX triplet: 03, 25 and 4E. RGB value is (3,37,78). Sum of RGB (Red+Green+Blue) = 3+37+78=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #03254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03254E is #FCDAB1. Grayscale: #1F1F1F. Windows color (decimal): -16571058 or 5121283. OLE color: 5121283.

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

Color convert

RGB33778-
CMYK0.960.5300.69
HSL212.8º92.59%15.88%-
HSV(B)212.8º96.15%30.59%-
XYZ2.071.897.46-
YUV31.51154.24107.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 78 (30.86% from 255) = 66.10%
R=2.54%
G=31.36%
B=66.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal337780.960.5300.69212.892.5915.88
Hex3254E6035045d55d10
Octal34511614065010532513520
Binary11100101100111011000001101010100010111010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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