#03254D

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

Shades of Prussian Blue #03254D

Tints of Prussian Blue #03254D

Color information

#03254D (or 0x03254D) is unknown color: approx Prussian Blue. HEX triplet: 03, 25 and 4D. RGB value is (3,37,77). Sum of RGB (Red+Green+Blue) = 3+37+77=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #03254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03254D is #FCDAB2. Grayscale: #1F1F1F. Windows color (decimal): -16571059 or 5055747. OLE color: 5055747.

HSL color Cylindrical-coordinate representation of color #03254D: hue angle of 212.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03254D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33777-
CMYK0.960.5200.70
HSL212.43º92.5%15.69%-
HSV(B)212.43º96.1%30.2%-
XYZ2.041.887.28-
YUV31.39153.74107.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 77 (30.47% from 255) = 65.81%
R=2.56%
G=31.62%
B=65.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal337770.960.5200.70212.4392.515.69
Hex3254D6034046d45c10
Octal34511514064010632413420
Binary11100101100110111000001101000100011011010100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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