#03456A

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

Shades of Prussian Blue #03456A

Tints of Prussian Blue #03456A

Color information

#03456A (or 0x03456A) is unknown color: approx Prussian Blue. HEX triplet: 03, 45 and 6A. RGB value is (3,69,106). Sum of RGB (Red+Green+Blue) = 3+69+106=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #03456A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03456A is #FCBA95. Grayscale: #353535. Windows color (decimal): -16562838 or 6964483. OLE color: 6964483.

HSL color Cylindrical-coordinate representation of color #03456A: hue angle of 201.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03456A is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB369106-
CMYK0.970.3500.58
HSL201.55º94.5%21.37%-
HSV(B)201.55º97.17%41.57%-
XYZ4.775.3214.41-
YUV53.48157.6391.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 106 (41.80% from 255) = 59.55%
R=1.69%
G=38.76%
B=59.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3691060.970.3500.58201.5594.521.37
Hex3456A612303Aca5e15
Octal31051521414307231213625
Binary11100010111010101100001100011011101011001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03456A; }

 p { color: rgb(3,69,106); }

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

<style>
 a { background-color: #03456A; }

 a { background-color: rgb(3,69,106); }

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

<style>
 span { border-color: #03456A; }

 span { border-color: rgb(3,69,106); }

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