Html Css Color HEX #003774 Prussian Blue

📋 copy color: '#003774'

red 0 ◦ green 55 ◦ blue 116

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

Shades of Prussian Blue #003774

Tints of Prussian Blue #003774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.84%

R = 0%
G = 32.16%
B = 67.84%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003774 (or 0x003774) is known color: Prussian Blue. HEX triplet: 00, 37 and 74. RGB value is (0,55,116). Sum of RGB (Red+Green+Blue) = 0+55+116=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #003774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003774 is #FFC88B. Grayscale: #2D2D2D. Windows color (decimal): -16763020 or 7616256. OLE color: 7616256.

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

Color convert

RGB 0 55 116 -
CMYK 1 0.53 0 0.55
HSL 211.55º 1% 0.23% -
HSV(B) 211.55º 1% 0.45% -
XYZ 4.52 3.99 17.06 -
YUV 45.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 0 55 116 1 0.53 0 0.55 211.55 1 0.23
Hex 0 37 74 64 35 0 37 D4 64 17
Octal 0 67 164 144 65 0 67 324 144 27
Binary 0 110111 1110100 1100100 110101 0 110111 11010100 1100100 10111

Color Harmonies of #003774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003774

Black with #003774

Text Example


Text Example

White with #003774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003774; }

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

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

background-color css

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

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

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

border-color css

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

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

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