Html Css Color HEX #03335D Prussian Blue

📋 copy color: '#03335D'

red 3 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #03335D

Tints of Prussian Blue #03335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 2.04%
G = 34.69%
B = 63.27%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03335D (or 0x03335D) is known color: Prussian Blue. HEX triplet: 03, 33 and 5D. RGB value is (3,51,93). Sum of RGB (Red+Green+Blue) = 3+51+93=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #03335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03335D is #FCCCA2. Grayscale: #292929. Windows color (decimal): -16567459 or 6107907. OLE color: 6107907.

HSL color Cylindrical-coordinate representation of color #03335D: hue angle of 208º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03335D is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 51 93 -
CMYK 0.97 0.45 0 0.64
HSL 208º 0.94% 0.19% -
HSV(B) 208º 0.97% 0.36% -
XYZ 3.2 3.18 10.8 -
YUV 41.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 3 51 93 0.97 0.45 0 0.64 208 0.94 0.19
Hex 3 33 5D 61 2D 0 40 D0 5E 13
Octal 3 63 135 141 55 0 100 320 136 23
Binary 11 110011 1011101 1100001 101101 0 1000000 11010000 1011110 10011

Color Harmonies of #03335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03335D

Black with #03335D

Text Example


Text Example

White with #03335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03335D; }

 p { color: rgb(3,51,93); }

 H1.HeaderClassName
 {
   color: #03335D;
 }
 .AnyTagClassName
 {
   color: #03335D;
 }
</style>

background-color css

<style>
 a { background-color: #03335D; }

 a { background-color: rgb(3,51,93); }

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

border-color css

<style>
 span { border-color: #03335D; }

 span { border-color: rgb(3,51,93); }

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