#033B65

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

Shades of Prussian Blue #033B65

Tints of Prussian Blue #033B65

Color information

#033B65 (or 0x033B65) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 65. RGB value is (3,59,101). Sum of RGB (Red+Green+Blue) = 3+59+101=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #033B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B65 is #FCC49A. Grayscale: #2E2E2E. Windows color (decimal): -16565403 or 6634243. OLE color: 6634243.

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

Color convert

RGB359101-
CMYK0.970.4200.60
HSL205.71º94.23%20.39%-
HSV(B)205.71º97.03%39.61%-
XYZ3.954.0912.89-
YUV47.04158.4596.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=1.84%
G=36.20%
B=61.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3591010.970.4200.60205.7194.2320.39
Hex33B65612A03Cce5e14
Octal3731451415207431613624
Binary1111101111001011100001101010011110011001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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