#002F68

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

Shades of Prussian Blue #002F68

Tints of Prussian Blue #002F68

Color information

#002F68 (or 0x002F68) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 68. RGB value is (0,47,104). Sum of RGB (Red+Green+Blue) = 0+47+104=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #002F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F68 is #FFD097. Grayscale: #272727. Windows color (decimal): -16765080 or 6827776. OLE color: 6827776.

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

Color convert

RGB047104-
CMYK10.5500.59
HSL212.88º100%20.39%-
HSV(B)212.88º100%40.78%-
XYZ3.523.0313.5-
YUV39.44164.4399.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 104 (41.02% from 255) = 68.87%
R=0%
G=31.13%
B=68.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal04710410.5500.59212.8810020.39
Hex02F68643703Bd56414
Octal0571501446707332514424
Binary010111111010001100100110111011101111010101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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