Html Css Color HEX #003E70 Prussian Blue

📋 copy color: '#003E70'

red 0 ◦ green 62 ◦ blue 112

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

Shades of Prussian Blue #003E70

Tints of Prussian Blue #003E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

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

R = 0%
G = 35.63%
B = 64.37%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003E70 (or 0x003E70) is known color: Prussian Blue. HEX triplet: 00, 3E and 70. RGB value is (0,62,112). Sum of RGB (Red+Green+Blue) = 0+62+112=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #003E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E70 is #FFC18F. Grayscale: #303030. Windows color (decimal): -16761232 or 7355904. OLE color: 7355904.

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

Color convert

RGB 0 62 112 -
CMYK 1 0.45 0 0.56
HSL 206.79º 1% 0.22% -
HSV(B) 206.79º 1% 0.44% -
XYZ 4.65 4.62 15.98 -
YUV 49.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 0 62 112 1 0.45 0 0.56 206.79 1 0.22
Hex 0 3E 70 64 2D 0 38 CF 64 16
Octal 0 76 160 144 55 0 70 317 144 26
Binary 0 111110 1110000 1100100 101101 0 111000 11001111 1100100 10110

Color Harmonies of #003E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E70

Black with #003E70

Text Example


Text Example

White with #003E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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