#034467

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

Shades of Prussian Blue #034467

Tints of Prussian Blue #034467

Color information

#034467 (or 0x034467) is unknown color: approx Prussian Blue. HEX triplet: 03, 44 and 67. RGB value is (3,68,103). Sum of RGB (Red+Green+Blue) = 3+68+103=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #034467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034467 is #FCBB98. Grayscale: #343434. Windows color (decimal): -16563097 or 6767619. OLE color: 6767619.

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

Color convert

RGB368103-
CMYK0.970.3400.60
HSL201º94.34%20.78%-
HSV(B)201º97.09%40.39%-
XYZ4.555.1313.58-
YUV52.55156.4792.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 103 (40.62% from 255) = 59.20%
R=1.72%
G=39.08%
B=59.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3681030.970.3400.6020194.3420.78
Hex34467612203Cc95e15
Octal31041471414207431113625
Binary11100010011001111100001100010011110011001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034467; }

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

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

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

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

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

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

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

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