#002E68

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

Shades of Prussian Blue #002E68

Tints of Prussian Blue #002E68

Color information

#002E68 (or 0x002E68) is unknown color: approx Prussian Blue. HEX triplet: 00, 2E and 68. RGB value is (0,46,104). Sum of RGB (Red+Green+Blue) = 0+46+104=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #002E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E68 is #FFD197. Grayscale: #262626. Windows color (decimal): -16765336 or 6827520. OLE color: 6827520.

HSL color Cylindrical-coordinate representation of color #002E68: hue angle of 213.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E68 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB046104-
CMYK10.5600.59
HSL213.46º100%20.39%-
HSV(B)213.46º100%40.78%-
XYZ3.482.9513.48-
YUV38.86164.76100.28-

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) = 30.67%
BLUE value IS 104 (41.02% from 255) = 69.33%
R=0%
G=30.67%
B=69.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal04610410.5600.59213.4610020.39
Hex02E68643803Bd56414
Octal0561501447007332514424
Binary010111011010001100100111000011101111010101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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