#034265

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

Shades of Prussian Blue #034265

Tints of Prussian Blue #034265

Color information

#034265 (or 0x034265) is unknown color: approx Prussian Blue. HEX triplet: 03, 42 and 65. RGB value is (3,66,101). Sum of RGB (Red+Green+Blue) = 3+66+101=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #034265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034265 is #FCBD9A. Grayscale: #323232. Windows color (decimal): -16563611 or 6636035. OLE color: 6636035.

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

Color convert

RGB366101-
CMYK0.970.3500.60
HSL201.43º94.23%20.39%-
HSV(B)201.43º97.03%39.61%-
XYZ4.334.8613.02-
YUV51.15156.1393.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 101 (39.84% from 255) = 59.41%
R=1.76%
G=38.82%
B=59.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3661010.970.3500.60201.4394.2320.39
Hex34265612303Cc95e14
Octal31021451414307431113624
Binary11100001011001011100001100011011110011001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034265; }

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

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

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

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

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

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

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

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