Html Css Color HEX #03345A Prussian Blue

📋 copy color: '#03345A'

red 3 ◦ green 52 ◦ blue 90

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

Shades of Prussian Blue #03345A

Tints of Prussian Blue #03345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 2.07%
G = 35.86%
B = 62.07%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03345A (or 0x03345A) is known color: Prussian Blue. HEX triplet: 03, 34 and 5A. RGB value is (3,52,90). Sum of RGB (Red+Green+Blue) = 3+52+90=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #03345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03345A is #FCCBA5. Grayscale: #292929. Windows color (decimal): -16567206 or 5911555. OLE color: 5911555.

HSL color Cylindrical-coordinate representation of color #03345A: hue angle of 206.21º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03345A is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 52 90 -
CMYK 0.97 0.42 0 0.65
HSL 206.21º 0.94% 0.18% -
HSV(B) 206.21º 0.97% 0.35% -
XYZ 3.11 3.21 10.13 -
YUV 41.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 3 52 90 0.97 0.42 0 0.65 206.21 0.94 0.18
Hex 3 34 5A 61 2A 0 41 CE 5E 12
Octal 3 64 132 141 52 0 101 316 136 22
Binary 11 110100 1011010 1100001 101010 0 1000001 11001110 1011110 10010

Color Harmonies of #03345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03345A

Black with #03345A

Text Example


Text Example

White with #03345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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