#033A68

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

Shades of Prussian Blue #033A68

Tints of Prussian Blue #033A68

Color information

#033A68 (or 0x033A68) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 68. RGB value is (3,58,104). Sum of RGB (Red+Green+Blue) = 3+58+104=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #033A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A68 is #FCC597. Grayscale: #2E2E2E. Windows color (decimal): -16565656 or 6830595. OLE color: 6830595.

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

Color convert

RGB358104-
CMYK0.970.4400.59
HSL207.33º94.39%20.98%-
HSV(B)207.33º97.12%40.78%-
XYZ4.054.0413.66-
YUV46.8160.2896.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=1.82%
G=35.15%
B=63.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3581040.970.4400.59207.3394.3920.98
Hex33A68612C03Bcf5e15
Octal3721501415407331713625
Binary1111101011010001100001101100011101111001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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