#033258

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

Shades of Prussian Blue #033258

Tints of Prussian Blue #033258

Color information

#033258 (or 0x033258) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 58. RGB value is (3,50,88). Sum of RGB (Red+Green+Blue) = 3+50+88=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #033258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033258 is #FCCDA7. Grayscale: #282828. Windows color (decimal): -16567720 or 5779971. OLE color: 5779971.

HSL color Cylindrical-coordinate representation of color #033258: hue angle of 206.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033258 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB35088-
CMYK0.970.4300.65
HSL206.82º93.41%17.84%-
HSV(B)206.82º96.59%34.51%-
XYZ2.943.019.66-
YUV40.28154.93101.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=2.13%
G=35.46%
B=62.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal350880.970.4300.65206.8293.4117.84
Hex33258612B041cf5d12
Octal36213014153010131713522
Binary11110010101100011000011010110100000111001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033258; }

 p { color: rgb(3,50,88); }

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

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

 a { background-color: rgb(3,50,88); }

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

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

 span { border-color: rgb(3,50,88); }

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