Html Css Color HEX #003A70 Prussian Blue

📋 copy color: '#003A70'

red 0 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #003A70

Tints of Prussian Blue #003A70

RGB

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

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

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

R = 0%
G = 34.12%
B = 65.88%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003A70 (or 0x003A70) is known color: Prussian Blue. HEX triplet: 00, 3A and 70. RGB value is (0,58,112). Sum of RGB (Red+Green+Blue) = 0+58+112=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #003A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A70 is #FFC58F. Grayscale: #2E2E2E. Windows color (decimal): -16762256 or 7354880. OLE color: 7354880.

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

Color convert

RGB 0 58 112 -
CMYK 1 0.48 0 0.56
HSL 208.93º 1% 0.22% -
HSV(B) 208.93º 1% 0.44% -
XYZ 4.44 4.2 15.91 -
YUV 46.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 0 58 112 1 0.48 0 0.56 208.93 1 0.22
Hex 0 3A 70 64 30 0 38 D1 64 16
Octal 0 72 160 144 60 0 70 321 144 26
Binary 0 111010 1110000 1100100 110000 0 111000 11010001 1100100 10110

Color Harmonies of #003A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A70

Black with #003A70

Text Example


Text Example

White with #003A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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