#033B54

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

Shades of Prussian Blue #033B54

Tints of Prussian Blue #033B54

Color information

#033B54 (or 0x033B54) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 54. RGB value is (3,59,84). Sum of RGB (Red+Green+Blue) = 3+59+84=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #033B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B54 is #FCC4AB. Grayscale: #2C2C2C. Windows color (decimal): -16565420 or 5520131. OLE color: 5520131.

HSL color Cylindrical-coordinate representation of color #033B54: hue angle of 198.52º 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 #033B54 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB35984-
CMYK0.960.3000.67
HSL198.52º93.1%17.06%-
HSV(B)198.52º96.43%32.94%-
XYZ3.23.798.95-
YUV45.11149.9597.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=2.05%
G=40.41%
B=57.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal359840.960.3000.67198.5293.117.06
Hex33B54601E043c75d11
Octal37312414036010330713521
Binary1111101110101001100000111100100001111000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033B54; }

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

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

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

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

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

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

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

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