#033E68

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

Shades of Prussian Blue #033E68

Tints of Prussian Blue #033E68

Color information

#033E68 (or 0x033E68) is unknown color: approx Prussian Blue. HEX triplet: 03, 3E and 68. RGB value is (3,62,104). Sum of RGB (Red+Green+Blue) = 3+62+104=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #033E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033E68 is #FCC197. Grayscale: #303030. Windows color (decimal): -16564632 or 6831619. OLE color: 6831619.

HSL color Cylindrical-coordinate representation of color #033E68: hue angle of 204.95º 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 #033E68 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB362104-
CMYK0.970.4000.59
HSL204.95º94.39%20.98%-
HSV(B)204.95º97.12%40.78%-
XYZ4.264.4613.73-
YUV49.15158.9595.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=1.78%
G=36.69%
B=61.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3621040.970.4000.59204.9594.3920.98
Hex33E68612803Bcd5e15
Octal3761501415007331513625
Binary1111111011010001100001101000011101111001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,62,104); }

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

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

 a { background-color: rgb(3,62,104); }

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

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

 span { border-color: rgb(3,62,104); }

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