Html Css Color HEX #03346A Prussian Blue

📋 copy color: '#03346A'

red 3 ◦ green 52 ◦ blue 106

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

Shades of Prussian Blue #03346A

Tints of Prussian Blue #03346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 65.84%

R = 1.86%
G = 32.3%
B = 65.84%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03346A (or 0x03346A) is known color: Prussian Blue. HEX triplet: 03, 34 and 6A. RGB value is (3,52,106). Sum of RGB (Red+Green+Blue) = 3+52+106=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #03346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03346A is #FCCB95. Grayscale: #2B2B2B. Windows color (decimal): -16567190 or 6960131. OLE color: 6960131.

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

Color convert

RGB 3 52 106 -
CMYK 0.97 0.51 0 0.58
HSL 211.46º 0.94% 0.21% -
HSV(B) 211.46º 0.97% 0.42% -
XYZ 3.87 3.52 14.11 -
YUV 43.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 3 52 106 0.97 0.51 0 0.58 211.46 0.94 0.21
Hex 3 34 6A 61 33 0 3A D3 5E 15
Octal 3 64 152 141 63 0 72 323 136 25
Binary 11 110100 1101010 1100001 110011 0 111010 11010011 1011110 10101

Color Harmonies of #03346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03346A

Black with #03346A

Text Example


Text Example

White with #03346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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