#033B66

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

Shades of Prussian Blue #033B66

Tints of Prussian Blue #033B66

Color information

#033B66 (or 0x033B66) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 66. RGB value is (3,59,102). Sum of RGB (Red+Green+Blue) = 3+59+102=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #033B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B66 is #FCC499. Grayscale: #2E2E2E. Windows color (decimal): -16565402 or 6699779. OLE color: 6699779.

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

Color convert

RGB359102-
CMYK0.970.4200.6
HSL206.06º94.29%20.59%-
HSV(B)206.06º97.06%40%-
XYZ44.1113.15-
YUV47.16158.9596.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=1.83%
G=35.98%
B=62.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3591020.970.4200.6206.0694.2920.59
Hex33B66612A03Cce5e15
Octal3731461415207431613625
Binary1111101111001101100001101010011110011001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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