Html Css Color HEX #03336F Prussian Blue

📋 copy color: '#03336F'

red 3 ◦ green 51 ◦ blue 111

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

Shades of Prussian Blue #03336F

Tints of Prussian Blue #03336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.27%

R = 1.82%
G = 30.91%
B = 67.27%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03336F (or 0x03336F) is known color: Prussian Blue. HEX triplet: 03, 33 and 6F. RGB value is (3,51,111). Sum of RGB (Red+Green+Blue) = 3+51+111=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #03336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03336F is #FCCC90. Grayscale: #2B2B2B. Windows color (decimal): -16567441 or 7287555. OLE color: 7287555.

HSL color Cylindrical-coordinate representation of color #03336F: hue angle of 213.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03336F is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 51 111 -
CMYK 0.97 0.54 0 0.56
HSL 213.33º 0.95% 0.22% -
HSV(B) 213.33º 0.97% 0.44% -
XYZ 4.09 3.53 15.51 -
YUV 43.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 3 51 111 0.97 0.54 0 0.56 213.33 0.95 0.22
Hex 3 33 6F 61 36 0 38 D5 5F 16
Octal 3 63 157 141 66 0 70 325 137 26
Binary 11 110011 1101111 1100001 110110 0 111000 11010101 1011111 10110

Color Harmonies of #03336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03336F

Black with #03336F

Text Example


Text Example

White with #03336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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