Html Css Color HEX #03336A Prussian Blue

📋 copy color: '#03336A'

red 3 ◦ green 51 ◦ blue 106

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

Shades of Prussian Blue #03336A

Tints of Prussian Blue #03336A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 66.25%

R = 1.88%
G = 31.88%
B = 66.25%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03336A (or 0x03336A) is known color: Prussian Blue. HEX triplet: 03, 33 and 6A. RGB value is (3,51,106). Sum of RGB (Red+Green+Blue) = 3+51+106=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #03336A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03336A is #FCCC95. Grayscale: #2A2A2A. Windows color (decimal): -16567446 or 6959875. OLE color: 6959875.

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

Color convert

RGB 3 51 106 -
CMYK 0.97 0.52 0 0.58
HSL 212.04º 0.94% 0.21% -
HSV(B) 212.04º 0.97% 0.42% -
XYZ 3.82 3.43 14.1 -
YUV 42.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 3 51 106 0.97 0.52 0 0.58 212.04 0.94 0.21
Hex 3 33 6A 61 34 0 3A D4 5E 15
Octal 3 63 152 141 64 0 72 324 136 25
Binary 11 110011 1101010 1100001 110100 0 111010 11010100 1011110 10101

Color Harmonies of #03336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03336A

Black with #03336A

Text Example


Text Example

White with #03336A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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