Html Css Color HEX #003A74 Prussian Blue

📋 copy color: '#003A74'

red 0 ◦ green 58 ◦ blue 116

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

Shades of Prussian Blue #003A74

Tints of Prussian Blue #003A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003A74 (or 0x003A74) is known color: Prussian Blue. HEX triplet: 00, 3A and 74. RGB value is (0,58,116). Sum of RGB (Red+Green+Blue) = 0+58+116=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #003A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A74 is #FFC58B. Grayscale: #2E2E2E. Windows color (decimal): -16762252 or 7617024. OLE color: 7617024.

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

Color convert

RGB 0 58 116 -
CMYK 1 0.5 0 0.55
HSL 210º 1% 0.23% -
HSV(B) 210º 1% 0.45% -
XYZ 4.67 4.29 17.1 -
YUV 47.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 0 58 116 1 0.5 0 0.55 210 1 0.23
Hex 0 3A 74 64 32 0 37 D2 64 17
Octal 0 72 164 144 62 0 67 322 144 27
Binary 0 111010 1110100 1100100 110010 0 110111 11010010 1100100 10111

Color Harmonies of #003A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A74

Black with #003A74

Text Example


Text Example

White with #003A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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