#002E6E

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

Shades of Prussian Blue #002E6E

Tints of Prussian Blue #002E6E

Color information

#002E6E (or 0x002E6E) is unknown color: approx Prussian Blue. HEX triplet: 00, 2E and 6E. RGB value is (0,46,110). Sum of RGB (Red+Green+Blue) = 0+46+110=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #002E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E6E is #FFD191. Grayscale: #272727. Windows color (decimal): -16765330 or 7220736. OLE color: 7220736.

HSL color Cylindrical-coordinate representation of color #002E6E: hue angle of 214.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E6E is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB046110-
CMYK10.5800.57
HSL214.91º100%21.57%-
HSV(B)214.91º100%43.14%-
XYZ3.793.0815.15-
YUV39.54167.7699.8-

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.49%
BLUE value IS 110 (43.36% from 255) = 70.51%
R=0%
G=29.49%
B=70.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal04611010.5800.57214.9110021.57
Hex02E6E643A039d76416
Octal0561561447207132714426
Binary010111011011101100100111010011100111010111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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