Html Css Color HEX #003372 Prussian Blue

📋 copy color: '#003372'

red 0 ◦ green 51 ◦ blue 114

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

Shades of Prussian Blue #003372

Tints of Prussian Blue #003372

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 114 (44.92% from 255) = 69.09%

R = 0%
G = 30.91%
B = 69.09%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003372 (or 0x003372) is known color: Prussian Blue. HEX triplet: 00, 33 and 72. RGB value is (0,51,114). Sum of RGB (Red+Green+Blue) = 0+51+114=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #003372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003372 is #FFCC8D. Grayscale: #2A2A2A. Windows color (decimal): -16764046 or 7484160. OLE color: 7484160.

HSL color Cylindrical-coordinate representation of color #003372: hue angle of 213.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003372 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 51 114 -
CMYK 1 0.55 0 0.55
HSL 213.16º 1% 0.22% -
HSV(B) 213.16º 1% 0.45% -
XYZ 4.22 3.58 16.39 -
YUV 42.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 0 51 114 1 0.55 0 0.55 213.16 1 0.22
Hex 0 33 72 64 37 0 37 D5 64 16
Octal 0 63 162 144 67 0 67 325 144 26
Binary 0 110011 1110010 1100100 110111 0 110111 11010101 1100100 10110

Color Harmonies of #003372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003372

Black with #003372

Text Example


Text Example

White with #003372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003372; }

 p { color: rgb(0,51,114); }

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

background-color css

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

 a { background-color: rgb(0,51,114); }

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

border-color css

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

 span { border-color: rgb(0,51,114); }

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