#002E70

Color #002E70 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #002E70

Tints of Prussian Blue #002E70

Color information

#002E70 (or 0x002E70) is unknown color: approx Prussian Blue. HEX triplet: 00, 2E and 70. RGB value is (0,46,112). Sum of RGB (Red+Green+Blue) = 0+46+112=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #002E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E70 is #FFD18F. Grayscale: #272727. Windows color (decimal): -16765328 or 7351808. OLE color: 7351808.

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

Color convert

RGB046112-
CMYK10.5900.56
HSL215.36º100%21.96%-
HSV(B)215.36º100%43.92%-
XYZ3.93.1215.73-
YUV39.77168.7699.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 112 (44.14% from 255) = 70.89%
R=0%
G=29.11%
B=70.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal04611210.5900.56215.3610021.96
Hex02E70643B038d76416
Octal0561601447307032714426
Binary010111011100001100100111011011100011010111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #002E70;
 }
 .AnyTagClassName
 {
   color: #002E70;
 }
</style>
background-color css

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

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

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

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

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

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