Html Css Color HEX #03305E Prussian Blue

📋 copy color: '#03305E'

red 3 ◦ green 48 ◦ blue 94

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

Shades of Prussian Blue #03305E

Tints of Prussian Blue #03305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

 BLUE value IS 94 (37.11% from 255) = 64.83%

R = 2.07%
G = 33.1%
B = 64.83%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03305E (or 0x03305E) is known color: Prussian Blue. HEX triplet: 03, 30 and 5E. RGB value is (3,48,94). Sum of RGB (Red+Green+Blue) = 3+48+94=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #03305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03305E is #FCCFA1. Grayscale: #272727. Windows color (decimal): -16568226 or 6172675. OLE color: 6172675.

HSL color Cylindrical-coordinate representation of color #03305E: hue angle of 210.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03305E is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 48 94 -
CMYK 0.97 0.49 0 0.63
HSL 210.33º 0.94% 0.19% -
HSV(B) 210.33º 0.97% 0.37% -
XYZ 3.11 2.94 10.99 -
YUV 39.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 3 48 94 0.97 0.49 0 0.63 210.33 0.94 0.19
Hex 3 30 5E 61 31 0 3F D2 5E 13
Octal 3 60 136 141 61 0 77 322 136 23
Binary 11 110000 1011110 1100001 110001 0 111111 11010010 1011110 10011

Color Harmonies of #03305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03305E

Black with #03305E

Text Example


Text Example

White with #03305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,48,94); }

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

background-color css

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

 a { background-color: rgb(3,48,94); }

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

border-color css

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

 span { border-color: rgb(3,48,94); }

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