#033A65

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

Shades of Prussian Blue #033A65

Tints of Prussian Blue #033A65

Color information

#033A65 (or 0x033A65) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 65. RGB value is (3,58,101). Sum of RGB (Red+Green+Blue) = 3+58+101=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #033A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A65 is #FCC59A. Grayscale: #2E2E2E. Windows color (decimal): -16565659 or 6633987. OLE color: 6633987.

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

Color convert

RGB358101-
CMYK0.970.4300.60
HSL206.33º94.23%20.39%-
HSV(B)206.33º97.03%39.61%-
XYZ3.93.9912.88-
YUV46.46158.7897-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 101 (39.84% from 255) = 62.35%
R=1.85%
G=35.80%
B=62.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3581010.970.4300.60206.3394.2320.39
Hex33A65612B03Cce5e14
Octal3721451415307431613624
Binary1111101011001011100001101011011110011001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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