#003452

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

Shades of Prussian Blue #003452

Tints of Prussian Blue #003452

Color information

#003452 (or 0x003452) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 52. RGB value is (0,52,82). Sum of RGB (Red+Green+Blue) = 0+52+82=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #003452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003452 is #FFCBAD. Grayscale: #272727. Windows color (decimal): -16763822 or 5387264. OLE color: 5387264.

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

Color convert

RGB05282-
CMYK10.3700.68
HSL201.95º100%16.08%-
HSV(B)201.95º100%32.16%-
XYZ2.753.078.43-
YUV39.87151.7799.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 82 (32.42% from 255) = 61.19%
R=0%
G=38.81%
B=61.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0528210.3700.68201.9510016.08
Hex034526425044ca6410
Octal06412214445010431214420
Binary0110100101001011001001001010100010011001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003452; }

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

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

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

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

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

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

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

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