#034363

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

Shades of Prussian Blue #034363

Tints of Prussian Blue #034363

Color information

#034363 (or 0x034363) is unknown color: approx Prussian Blue. HEX triplet: 03, 43 and 63. RGB value is (3,67,99). Sum of RGB (Red+Green+Blue) = 3+67+99=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #034363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034363 is #FCBC9C. Grayscale: #333333. Windows color (decimal): -16563357 or 6505219. OLE color: 6505219.

HSL color Cylindrical-coordinate representation of color #034363: hue angle of 200º 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 #034363 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB36799-
CMYK0.970.3200.61
HSL200º94.12%20%-
HSV(B)200º96.97%38.82%-
XYZ4.34.9312.53-
YUV51.51154.893.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=1.78%
G=39.64%
B=58.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal367990.970.3200.6120094.1220
Hex34363612003Dc85e14
Octal31031431414007531013624
Binary11100001111000111100001100000011110111001000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034363; }

 p { color: rgb(3,67,99); }

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

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

 a { background-color: rgb(3,67,99); }

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

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

 span { border-color: rgb(3,67,99); }

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