Html Css Color HEX #03334D Prussian Blue

📋 copy color: '#03334D'

red 3 ◦ green 51 ◦ blue 77

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

Shades of Prussian Blue #03334D

Tints of Prussian Blue #03334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 58.78%

R = 2.29%
G = 38.93%
B = 58.78%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03334D (or 0x03334D) is known color: Prussian Blue. HEX triplet: 03, 33 and 4D. RGB value is (3,51,77). Sum of RGB (Red+Green+Blue) = 3+51+77=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #03334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03334D is #FCCCB2. Grayscale: #272727. Windows color (decimal): -16567475 or 5059331. OLE color: 5059331.

HSL color Cylindrical-coordinate representation of color #03334D: hue angle of 201.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03334D is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 51 77 -
CMYK 0.96 0.34 0 0.70
HSL 201.08º 0.93% 0.16% -
HSV(B) 201.08º 0.96% 0.3% -
XYZ 2.56 2.92 7.45 -
YUV 39.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 3 51 77 0.96 0.34 0 0.70 201.08 0.93 0.16
Hex 3 33 4D 60 22 0 46 C9 5C 10
Octal 3 63 115 140 42 0 106 311 134 20
Binary 11 110011 1001101 1100000 100010 0 1000110 11001001 1011100 10000

Color Harmonies of #03334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03334D

Black with #03334D

Text Example


Text Example

White with #03334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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