Html Css Color HEX #03346E Prussian Blue

📋 copy color: '#03346E'

red 3 ◦ green 52 ◦ blue 110

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

Shades of Prussian Blue #03346E

Tints of Prussian Blue #03346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 66.67%

R = 1.82%
G = 31.52%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03346E (or 0x03346E) is known color: Prussian Blue. HEX triplet: 03, 34 and 6E. RGB value is (3,52,110). Sum of RGB (Red+Green+Blue) = 3+52+110=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #03346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03346E is #FCCB91. Grayscale: #2B2B2B. Windows color (decimal): -16567186 or 7222275. OLE color: 7222275.

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

Color convert

RGB 3 52 110 -
CMYK 0.97 0.53 0 0.57
HSL 212.52º 0.95% 0.22% -
HSV(B) 212.52º 0.97% 0.43% -
XYZ 4.08 3.6 15.23 -
YUV 43.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 3 52 110 0.97 0.53 0 0.57 212.52 0.95 0.22
Hex 3 34 6E 61 35 0 39 D5 5F 16
Octal 3 64 156 141 65 0 71 325 137 26
Binary 11 110100 1101110 1100001 110101 0 111001 11010101 1011111 10110

Color Harmonies of #03346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03346E

Black with #03346E

Text Example


Text Example

White with #03346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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