#033F6F

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

Shades of Prussian Blue #033F6F

Tints of Prussian Blue #033F6F

Color information

#033F6F (or 0x033F6F) is unknown color: approx Prussian Blue. HEX triplet: 03, 3F and 6F. RGB value is (3,63,111). Sum of RGB (Red+Green+Blue) = 3+63+111=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #033F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F6F is #FCC090. Grayscale: #323232. Windows color (decimal): -16564369 or 7290627. OLE color: 7290627.

HSL color Cylindrical-coordinate representation of color #033F6F: hue angle of 206.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F6F is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB363111-
CMYK0.970.4300.56
HSL206.67º94.74%22.35%-
HSV(B)206.67º97.3%43.53%-
XYZ4.684.7215.7-
YUV50.53162.1294.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=1.69%
G=35.59%
B=62.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3631110.970.4300.56206.6794.7422.35
Hex33F6F612B038cf5f16
Octal3771571415307031713726
Binary1111111111011111100001101011011100011001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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