#063458

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

Shades of Prussian Blue #063458

Tints of Prussian Blue #063458

Color information

#063458 (or 0x063458) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 58. RGB value is (6,52,88). Sum of RGB (Red+Green+Blue) = 6+52+88=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #063458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063458 is #F9CBA7. Grayscale: #2A2A2A. Windows color (decimal): -16370600 or 5780486. OLE color: 5780486.

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

Color convert

RGB65288-
CMYK0.930.4100.65
HSL206.34º87.23%18.43%-
HSV(B)206.34º93.18%34.51%-
XYZ3.063.29.69-
YUV42.35153.76102.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=4.11%
G=35.62%
B=60.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal652880.930.4100.65206.3487.2318.43
Hex634585D29041ce5712
Octal66413013551010131612722
Binary110110100101100010111011010010100000111001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063458; }

 p { color: rgb(6,52,88); }

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

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

 a { background-color: rgb(6,52,88); }

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

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

 span { border-color: rgb(6,52,88); }

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