#034264

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

Shades of Prussian Blue #034264

Tints of Prussian Blue #034264

Color information

#034264 (or 0x034264) is unknown color: approx Prussian Blue. HEX triplet: 03, 42 and 64. RGB value is (3,66,100). Sum of RGB (Red+Green+Blue) = 3+66+100=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #034264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034264 is #FCBD9B. Grayscale: #323232. Windows color (decimal): -16563612 or 6570499. OLE color: 6570499.

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

Color convert

RGB366100-
CMYK0.970.3400.61
HSL201.03º94.17%20.2%-
HSV(B)201.03º97%39.22%-
XYZ4.294.8412.76-
YUV51.04155.6393.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 100 (39.45% from 255) = 59.17%
R=1.78%
G=39.05%
B=59.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3661000.970.3400.61201.0394.1720.2
Hex34264612203Dc95e14
Octal31021441414207531113624
Binary11100001011001001100001100010011110111001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034264; }

 p { color: rgb(3,66,100); }

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

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

 a { background-color: rgb(3,66,100); }

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

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

 span { border-color: rgb(3,66,100); }

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