Html Css Color HEX #03346B Prussian Blue

📋 copy color: '#03346B'

red 3 ◦ green 52 ◦ blue 107

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

Shades of Prussian Blue #03346B

Tints of Prussian Blue #03346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 1.85%
G = 32.1%
B = 66.05%

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

#03346B (or 0x03346B) is known color: Prussian Blue. HEX triplet: 03, 34 and 6B. RGB value is (3,52,107). Sum of RGB (Red+Green+Blue) = 3+52+107=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #03346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03346B is #FCCB94. Grayscale: #2B2B2B. Windows color (decimal): -16567189 or 7025667. OLE color: 7025667.

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

Color convert

RGB 3 52 107 -
CMYK 0.97 0.51 0 0.58
HSL 211.73º 0.95% 0.22% -
HSV(B) 211.73º 0.97% 0.42% -
XYZ 3.92 3.54 14.39 -
YUV 43.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 3 52 107 0.97 0.51 0 0.58 211.73 0.95 0.22
Hex 3 34 6B 61 33 0 3A D4 5F 16
Octal 3 64 153 141 63 0 72 324 137 26
Binary 11 110100 1101011 1100001 110011 0 111010 11010100 1011111 10110

Color Harmonies of #03346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03346B

Black with #03346B

Text Example


Text Example

White with #03346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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