Html Css Color HEX #03406F Prussian Blue

📋 copy color: '#03406F'

red 3 ◦ green 64 ◦ blue 111

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

Shades of Prussian Blue #03406F

Tints of Prussian Blue #03406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.36%

R = 1.69%
G = 35.96%
B = 62.36%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03406F (or 0x03406F) is known color: Prussian Blue. HEX triplet: 03, 40 and 6F. RGB value is (3,64,111). Sum of RGB (Red+Green+Blue) = 3+64+111=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #03406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03406F is #FCBF90. Grayscale: #323232. Windows color (decimal): -16564113 or 7290883. OLE color: 7290883.

HSL color Cylindrical-coordinate representation of color #03406F: hue angle of 206.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03406F is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 64 111 -
CMYK 0.97 0.42 0 0.56
HSL 206.11º 0.95% 0.22% -
HSV(B) 206.11º 0.97% 0.44% -
XYZ 4.74 4.83 15.72 -
YUV 51.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 3 64 111 0.97 0.42 0 0.56 206.11 0.95 0.22
Hex 3 40 6F 61 2A 0 38 CE 5F 16
Octal 3 100 157 141 52 0 70 316 137 26
Binary 11 1000000 1101111 1100001 101010 0 111000 11001110 1011111 10110

Color Harmonies of #03406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03406F

Black with #03406F

Text Example


Text Example

White with #03406F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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