Html Css Color HEX #03406D Prussian Blue

📋 copy color: '#03406D'

red 3 ◦ green 64 ◦ blue 109

#03406D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #03406D

Tints of Prussian Blue #03406D

RGB

 RED value IS 3 (1.56% from 255) = 1.7%

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 109 (42.97% from 255) = 61.93%

R = 1.7%
G = 36.36%
B = 61.93%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03406D (or 0x03406D) is known color: Prussian Blue. HEX triplet: 03, 40 and 6D. RGB value is (3,64,109). Sum of RGB (Red+Green+Blue) = 3+64+109=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #03406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03406D is #FCBF92. Grayscale: #323232. Windows color (decimal): -16564115 or 7159811. OLE color: 7159811.

HSL color Cylindrical-coordinate representation of color #03406D: hue angle of 205.47º 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 #03406D is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 64 109 -
CMYK 0.97 0.41 0 0.57
HSL 205.47º 0.95% 0.22% -
HSV(B) 205.47º 0.97% 0.43% -
XYZ 4.63 4.79 15.15 -
YUV 50.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 3 64 109 0.97 0.41 0 0.57 205.47 0.95 0.22
Hex 3 40 6D 61 29 0 39 CD 5F 16
Octal 3 100 155 141 51 0 71 315 137 26
Binary 11 1000000 1101101 1100001 101001 0 111001 11001101 1011111 10110

Color Harmonies of #03406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03406D

Black with #03406D

Text Example


Text Example

White with #03406D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03406D;
 }
 .AnyTagClassName
 {
   color: #03406D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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