#033D5C

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

Shades of Prussian Blue #033D5C

Tints of Prussian Blue #033D5C

Color information

#033D5C (or 0x033D5C) is unknown color: approx Prussian Blue. HEX triplet: 03, 3D and 5C. RGB value is (3,61,92). Sum of RGB (Red+Green+Blue) = 3+61+92=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #033D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D5C is #FCC2A3. Grayscale: #2F2F2F. Windows color (decimal): -16564900 or 6044931. OLE color: 6044931.

HSL color Cylindrical-coordinate representation of color #033D5C: hue angle of 200.9º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033D5C is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36192-
CMYK0.970.3400.64
HSL200.9º93.68%18.63%-
HSV(B)200.9º96.74%36.08%-
XYZ3.644.1310.73-
YUV47.19153.2896.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 61 (24.22% from 255) = 39.10%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=1.92%
G=39.10%
B=58.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal361920.970.3400.64200.993.6818.63
Hex33D5C6122040c95e13
Octal37513414142010031113623
Binary11111101101110011000011000100100000011001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,61,92); }

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

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

 a { background-color: rgb(3,61,92); }

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

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

 span { border-color: rgb(3,61,92); }

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