Html Css Color HEX #03326B Prussian Blue

📋 copy color: '#03326B'

red 3 ◦ green 50 ◦ blue 107

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

Shades of Prussian Blue #03326B

Tints of Prussian Blue #03326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.25%

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

R = 1.88%
G = 31.25%
B = 66.88%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03326B (or 0x03326B) is known color: Prussian Blue. HEX triplet: 03, 32 and 6B. RGB value is (3,50,107). Sum of RGB (Red+Green+Blue) = 3+50+107=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #03326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03326B is #FCCD94. Grayscale: #2A2A2A. Windows color (decimal): -16567701 or 7025155. OLE color: 7025155.

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

Color convert

RGB 3 50 107 -
CMYK 0.97 0.53 0 0.58
HSL 212.88º 0.95% 0.22% -
HSV(B) 212.88º 0.97% 0.42% -
XYZ 3.83 3.36 14.36 -
YUV 42.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 3 50 107 0.97 0.53 0 0.58 212.88 0.95 0.22
Hex 3 32 6B 61 35 0 3A D5 5F 16
Octal 3 62 153 141 65 0 72 325 137 26
Binary 11 110010 1101011 1100001 110101 0 111010 11010101 1011111 10110

Color Harmonies of #03326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03326B

Black with #03326B

Text Example


Text Example

White with #03326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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