#033454

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

Shades of Prussian Blue #033454

Tints of Prussian Blue #033454

Color information

#033454 (or 0x033454) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 54. RGB value is (3,52,84). Sum of RGB (Red+Green+Blue) = 3+52+84=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #033454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033454 is #FCCBAB. Grayscale: #282828. Windows color (decimal): -16567212 or 5518339. OLE color: 5518339.

HSL color Cylindrical-coordinate representation of color #033454: hue angle of 203.7º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033454 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB35284-
CMYK0.960.3800.67
HSL203.7º93.1%17.06%-
HSV(B)203.7º96.43%32.94%-
XYZ2.873.128.84-
YUV41152.27100.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=2.16%
G=37.41%
B=60.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal352840.960.3800.67203.793.117.06
Hex334546026043cc5d11
Octal36412414046010331413521
Binary11110100101010011000001001100100001111001100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033454; }

 p { color: rgb(3,52,84); }

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

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

 a { background-color: rgb(3,52,84); }

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

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

 span { border-color: rgb(3,52,84); }

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