#063452

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

Shades of Prussian Blue #063452

Tints of Prussian Blue #063452

Color information

#063452 (or 0x063452) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 52. RGB value is (6,52,82). Sum of RGB (Red+Green+Blue) = 6+52+82=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #063452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063452 is #F9CBAD. Grayscale: #292929. Windows color (decimal): -16370606 or 5387270. OLE color: 5387270.

HSL color Cylindrical-coordinate representation of color #063452: hue angle of 203.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063452 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65282-
CMYK0.930.3700.68
HSL203.68º86.36%17.25%-
HSV(B)203.68º92.68%32.16%-
XYZ2.833.18.43-
YUV41.67150.76102.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=4.29%
G=37.14%
B=58.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal652820.930.3700.68203.6886.3617.25
Hex634525D25044cc5611
Octal66412213545010431412621
Binary110110100101001010111011001010100010011001100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063452; }

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

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

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

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

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

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

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

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