Html Css Color HEX #03346D Prussian Blue

📋 copy color: '#03346D'

red 3 ◦ green 52 ◦ blue 109

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

Shades of Prussian Blue #03346D

Tints of Prussian Blue #03346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

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

R = 1.83%
G = 31.71%
B = 66.46%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03346D (or 0x03346D) is known color: Prussian Blue. HEX triplet: 03, 34 and 6D. RGB value is (3,52,109). Sum of RGB (Red+Green+Blue) = 3+52+109=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #03346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03346D is #FCCB92. Grayscale: #2B2B2B. Windows color (decimal): -16567187 or 7156739. OLE color: 7156739.

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

Color convert

RGB 3 52 109 -
CMYK 0.97 0.52 0 0.57
HSL 212.26º 0.95% 0.22% -
HSV(B) 212.26º 0.97% 0.43% -
XYZ 4.03 3.58 14.95 -
YUV 43.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 3 52 109 0.97 0.52 0 0.57 212.26 0.95 0.22
Hex 3 34 6D 61 34 0 39 D4 5F 16
Octal 3 64 155 141 64 0 71 324 137 26
Binary 11 110100 1101101 1100001 110100 0 111001 11010100 1011111 10110

Color Harmonies of #03346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03346D

Black with #03346D

Text Example


Text Example

White with #03346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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