#03254C

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

Shades of Prussian Blue #03254C

Tints of Prussian Blue #03254C

Color information

#03254C (or 0x03254C) is unknown color: approx Prussian Blue. HEX triplet: 03, 25 and 4C. RGB value is (3,37,76). Sum of RGB (Red+Green+Blue) = 3+37+76=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #03254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03254C is #FCDAB3. Grayscale: #1F1F1F. Windows color (decimal): -16571060 or 4990211. OLE color: 4990211.

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

Color convert

RGB33776-
CMYK0.960.5100.70
HSL212.05º92.41%15.49%-
HSV(B)212.05º96.05%29.8%-
XYZ21.867.09-
YUV31.28153.24107.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 76 (30.08% from 255) = 65.52%
R=2.59%
G=31.90%
B=65.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal337760.960.5100.70212.0592.4115.49
Hex3254C6033046d45cf
Octal34511414063010632413417
Binary1110010110011001100000110011010001101101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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