Html Css Color HEX #003772 Prussian Blue

📋 copy color: '#003772'

red 0 ◦ green 55 ◦ blue 114

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

Shades of Prussian Blue #003772

Tints of Prussian Blue #003772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 0%
G = 32.54%
B = 67.46%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003772 (or 0x003772) is known color: Prussian Blue. HEX triplet: 00, 37 and 72. RGB value is (0,55,114). Sum of RGB (Red+Green+Blue) = 0+55+114=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #003772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003772 is #FFC88D. Grayscale: #2C2C2C. Windows color (decimal): -16763022 or 7485184. OLE color: 7485184.

HSL color Cylindrical-coordinate representation of color #003772: hue angle of 211.05º 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 #003772 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 55 114 -
CMYK 1 0.52 0 0.55
HSL 211.05º 1% 0.22% -
HSV(B) 211.05º 1% 0.45% -
XYZ 4.4 3.95 16.45 -
YUV 45.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 0 55 114 1 0.52 0 0.55 211.05 1 0.22
Hex 0 37 72 64 34 0 37 D3 64 16
Octal 0 67 162 144 64 0 67 323 144 26
Binary 0 110111 1110010 1100100 110100 0 110111 11010011 1100100 10110

Color Harmonies of #003772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003772

Black with #003772

Text Example


Text Example

White with #003772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003772; }

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

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

background-color css

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

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

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

border-color css

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

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

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