#03254B

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

Shades of Prussian Blue #03254B

Tints of Prussian Blue #03254B

Color information

#03254B (or 0x03254B) is unknown color: approx Prussian Blue. HEX triplet: 03, 25 and 4B. RGB value is (3,37,75). Sum of RGB (Red+Green+Blue) = 3+37+75=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #03254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03254B is #FCDAB4. Grayscale: #1E1E1E. Windows color (decimal): -16571061 or 4924675. OLE color: 4924675.

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

Color convert

RGB33775-
CMYK0.960.5100.71
HSL211.67º92.31%15.29%-
HSV(B)211.67º96%29.41%-
XYZ1.971.856.91-
YUV31.17152.74107.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=2.61%
G=32.17%
B=65.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal337750.960.5100.71211.6792.3115.29
Hex3254B6033047d45cf
Octal34511314063010732413417
Binary1110010110010111100000110011010001111101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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