#063358

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

Shades of Prussian Blue #063358

Tints of Prussian Blue #063358

Color information

#063358 (or 0x063358) is unknown color: approx Prussian Blue. HEX triplet: 06, 33 and 58. RGB value is (6,51,88). Sum of RGB (Red+Green+Blue) = 6+51+88=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #063358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063358 is #F9CCA7. Grayscale: #292929. Windows color (decimal): -16370856 or 5780230. OLE color: 5780230.

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

Color convert

RGB65188-
CMYK0.930.4200.65
HSL207.07º87.23%18.43%-
HSV(B)207.07º93.18%34.51%-
XYZ3.023.119.67-
YUV41.76154.09102.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 88 (34.77% from 255) = 60.69%
R=4.14%
G=35.17%
B=60.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal651880.930.4200.65207.0787.2318.43
Hex633585D2A041cf5712
Octal66313013552010131712722
Binary110110011101100010111011010100100000111001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063358; }

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

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

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

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

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

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

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

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