Html Css Color HEX #003874 Prussian Blue

📋 copy color: '#003874'

red 0 ◦ green 56 ◦ blue 116

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

Shades of Prussian Blue #003874

Tints of Prussian Blue #003874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 0%
G = 32.56%
B = 67.44%

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

#003874 (or 0x003874) is known color: Prussian Blue. HEX triplet: 00, 38 and 74. RGB value is (0,56,116). Sum of RGB (Red+Green+Blue) = 0+56+116=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #003874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003874 is #FFC78B. Grayscale: #2D2D2D. Windows color (decimal): -16762764 or 7616512. OLE color: 7616512.

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

Color convert

RGB 0 56 116 -
CMYK 1 0.52 0 0.55
HSL 211.03º 1% 0.23% -
HSV(B) 211.03º 1% 0.45% -
XYZ 4.57 4.09 17.07 -
YUV 46.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 0 56 116 1 0.52 0 0.55 211.03 1 0.23
Hex 0 38 74 64 34 0 37 D3 64 17
Octal 0 70 164 144 64 0 67 323 144 27
Binary 0 111000 1110100 1100100 110100 0 110111 11010011 1100100 10111

Color Harmonies of #003874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003874

Black with #003874

Text Example


Text Example

White with #003874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003874; }

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

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

background-color css

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

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

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

border-color css

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

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

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