Html Css Color HEX #003574 Prussian Blue

📋 copy color: '#003574'

red 0 ◦ green 53 ◦ blue 116

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

Shades of Prussian Blue #003574

Tints of Prussian Blue #003574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

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

R = 0%
G = 31.36%
B = 68.64%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003574 (or 0x003574) is known color: Prussian Blue. HEX triplet: 00, 35 and 74. RGB value is (0,53,116). Sum of RGB (Red+Green+Blue) = 0+53+116=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #003574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003574 is #FFCA8B. Grayscale: #2C2C2C. Windows color (decimal): -16763532 or 7615744. OLE color: 7615744.

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

Color convert

RGB 0 53 116 -
CMYK 1 0.54 0 0.55
HSL 212.59º 1% 0.23% -
HSV(B) 212.59º 1% 0.45% -
XYZ 4.43 3.81 17.02 -
YUV 44.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 0 53 116 1 0.54 0 0.55 212.59 1 0.23
Hex 0 35 74 64 36 0 37 D5 64 17
Octal 0 65 164 144 66 0 67 325 144 27
Binary 0 110101 1110100 1100100 110110 0 110111 11010101 1100100 10111

Color Harmonies of #003574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003574

Black with #003574

Text Example


Text Example

White with #003574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003574; }

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

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

background-color css

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

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

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

border-color css

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

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

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