#034468

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

Shades of Prussian Blue #034468

Tints of Prussian Blue #034468

Color information

#034468 (or 0x034468) is unknown color: approx Prussian Blue. HEX triplet: 03, 44 and 68. RGB value is (3,68,104). Sum of RGB (Red+Green+Blue) = 3+68+104=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #034468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034468 is #FCBB97. Grayscale: #343434. Windows color (decimal): -16563096 or 6833155. OLE color: 6833155.

HSL color Cylindrical-coordinate representation of color #034468: hue angle of 201.39º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034468 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB368104-
CMYK0.970.3500.59
HSL201.39º94.39%20.98%-
HSV(B)201.39º97.12%40.78%-
XYZ4.65.1513.85-
YUV52.67156.9792.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=1.71%
G=38.86%
B=59.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3681040.970.3500.59201.3994.3920.98
Hex34468612303Bc95e15
Octal31041501414307331113625
Binary11100010011010001100001100011011101111001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034468; }

 p { color: rgb(3,68,104); }

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

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

 a { background-color: rgb(3,68,104); }

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

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

 span { border-color: rgb(3,68,104); }

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