#063258

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

Shades of Prussian Blue #063258

Tints of Prussian Blue #063258

Color information

#063258 (or 0x063258) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 58. RGB value is (6,50,88). Sum of RGB (Red+Green+Blue) = 6+50+88=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #063258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063258 is #F9CDA7. Grayscale: #282828. Windows color (decimal): -16371112 or 5779974. OLE color: 5779974.

HSL color Cylindrical-coordinate representation of color #063258: hue angle of 207.8º 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 #063258 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65088-
CMYK0.930.4300.65
HSL207.8º87.23%18.43%-
HSV(B)207.8º93.18%34.51%-
XYZ2.983.029.66-
YUV41.18154.42102.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=4.17%
G=34.72%
B=61.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal650880.930.4300.65207.887.2318.43
Hex632585D2B041d05712
Octal66213013553010132012722
Binary110110010101100010111011010110100000111010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063258; }

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

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

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

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

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

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

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

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