#003468

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

Shades of Prussian Blue #003468

Tints of Prussian Blue #003468

Color information

#003468 (or 0x003468) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 68. RGB value is (0,52,104). Sum of RGB (Red+Green+Blue) = 0+52+104=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #003468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003468 is #FFCB97. Grayscale: #2A2A2A. Windows color (decimal): -16763800 or 6829056. OLE color: 6829056.

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

Color convert

RGB052104-
CMYK10.5000.59
HSL210º100%20.39%-
HSV(B)210º100%40.78%-
XYZ3.733.4613.57-
YUV42.38162.7797.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal05210410.5000.5921010020.39
Hex03468643203Bd26414
Octal0641501446207332214424
Binary011010011010001100100110010011101111010010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003468; }

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

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

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

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

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

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

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

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