#063354

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

Shades of Prussian Blue #063354

Tints of Prussian Blue #063354

Color information

#063354 (or 0x063354) is unknown color: approx Prussian Blue. HEX triplet: 06, 33 and 54. RGB value is (6,51,84). Sum of RGB (Red+Green+Blue) = 6+51+84=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #063354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063354 is #F9CCAB. Grayscale: #292929. Windows color (decimal): -16370860 or 5518086. OLE color: 5518086.

HSL color Cylindrical-coordinate representation of color #063354: hue angle of 205.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063354 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65184-
CMYK0.930.3900.67
HSL205.38º86.67%17.65%-
HSV(B)205.38º92.86%32.94%-
XYZ2.863.058.82-
YUV41.31152.09102.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=4.26%
G=36.17%
B=59.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal651840.930.3900.67205.3886.6717.65
Hex633545D27043cd5712
Octal66312413547010331512722
Binary110110011101010010111011001110100001111001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063354; }

 p { color: rgb(6,51,84); }

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

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

 a { background-color: rgb(6,51,84); }

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

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

 span { border-color: rgb(6,51,84); }

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