#03426D

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

Shades of Prussian Blue #03426D

Tints of Prussian Blue #03426D

Color information

#03426D (or 0x03426D) is unknown color: approx Prussian Blue. HEX triplet: 03, 42 and 6D. RGB value is (3,66,109). Sum of RGB (Red+Green+Blue) = 3+66+109=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #03426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03426D is #FCBD92. Grayscale: #333333. Windows color (decimal): -16563603 or 7160323. OLE color: 7160323.

HSL color Cylindrical-coordinate representation of color #03426D: hue angle of 204.34º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03426D is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB366109-
CMYK0.970.3900.57
HSL204.34º94.64%21.96%-
HSV(B)204.34º97.25%42.75%-
XYZ4.755.0215.19-
YUV52.06160.1393-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=1.69%
G=37.08%
B=61.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3661090.970.3900.57204.3494.6421.96
Hex3426D6127039cc5f16
Octal31021551414707131413726
Binary11100001011011011100001100111011100111001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,66,109); }

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

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

 a { background-color: rgb(3,66,109); }

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

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

 span { border-color: rgb(3,66,109); }

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