Html Css Color HEX #003770 Prussian Blue

📋 copy color: '#003770'

red 0 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #003770

Tints of Prussian Blue #003770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.07%

R = 0%
G = 32.93%
B = 67.07%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003770 (or 0x003770) is known color: Prussian Blue. HEX triplet: 00, 37 and 70. RGB value is (0,55,112). Sum of RGB (Red+Green+Blue) = 0+55+112=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #003770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003770 is #FFC88F. Grayscale: #2C2C2C. Windows color (decimal): -16763024 or 7354112. OLE color: 7354112.

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

Color convert

RGB 0 55 112 -
CMYK 1 0.51 0 0.56
HSL 210.54º 1% 0.22% -
HSV(B) 210.54º 1% 0.44% -
XYZ 4.29 3.9 15.86 -
YUV 45.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 0 55 112 1 0.51 0 0.56 210.54 1 0.22
Hex 0 37 70 64 33 0 38 D3 64 16
Octal 0 67 160 144 63 0 70 323 144 26
Binary 0 110111 1110000 1100100 110011 0 111000 11010011 1100100 10110

Color Harmonies of #003770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003770

Black with #003770

Text Example


Text Example

White with #003770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003770; }

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

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

background-color css

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

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

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

border-color css

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

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

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