#033F69

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

Shades of Prussian Blue #033F69

Tints of Prussian Blue #033F69

Color information

#033F69 (or 0x033F69) is unknown color: approx Prussian Blue. HEX triplet: 03, 3F and 69. RGB value is (3,63,105). Sum of RGB (Red+Green+Blue) = 3+63+105=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #033F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F69 is #FCC096. Grayscale: #313131. Windows color (decimal): -16564375 or 6897411. OLE color: 6897411.

HSL color Cylindrical-coordinate representation of color #033F69: hue angle of 204.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F69 is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB363105-
CMYK0.970.400.59
HSL204.71º94.44%21.18%-
HSV(B)204.71º97.14%41.18%-
XYZ4.364.5914.02-
YUV49.85159.1294.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=1.75%
G=36.84%
B=61.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3631050.970.400.59204.7194.4421.18
Hex33F69612803Bcd5e15
Octal3771511415007331513625
Binary1111111111010011100001101000011101111001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,105); }

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

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

 a { background-color: rgb(3,63,105); }

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

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

 span { border-color: rgb(3,63,105); }

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