#063450

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

Shades of Prussian Blue #063450

Tints of Prussian Blue #063450

Color information

#063450 (or 0x063450) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 50. RGB value is (6,52,80). Sum of RGB (Red+Green+Blue) = 6+52+80=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #063450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063450 is #F9CBAF. Grayscale: #292929. Windows color (decimal): -16370608 or 5256198. OLE color: 5256198.

HSL color Cylindrical-coordinate representation of color #063450: hue angle of 202.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063450 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65280-
CMYK0.920.3500.69
HSL202.7º86.05%16.86%-
HSV(B)202.7º92.5%31.37%-
XYZ2.753.078.04-
YUV41.44149.76102.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=4.35%
G=37.68%
B=57.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal652800.920.3500.69202.786.0516.86
Hex634505C23045cb5611
Octal66412013443010531312621
Binary110110100101000010111001000110100010111001011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063450; }

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

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

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

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

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

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

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

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