#02335E

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

Shades of Prussian Blue #02335E

Tints of Prussian Blue #02335E

Color information

#02335E (or 0x02335E) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 5E. RGB value is (2,51,94). Sum of RGB (Red+Green+Blue) = 2+51+94=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #02335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335E is #FDCCA1. Grayscale: #292929. Windows color (decimal): -16632994 or 6173442. OLE color: 6173442.

HSL color Cylindrical-coordinate representation of color #02335E: hue angle of 208.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02335E is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB25194-
CMYK0.980.4600.63
HSL208.04º95.83%18.82%-
HSV(B)208.04º97.87%36.86%-
XYZ3.233.1911.03-
YUV41.25157.77100-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=1.36%
G=34.69%
B=63.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal251940.980.4600.63208.0495.8318.82
Hex2335E622E03Fd06013
Octal2631361425607732014023
Binary1011001110111101100010101110011111111010000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02335E; }

 p { color: rgb(2,51,94); }

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

<style>
 a { background-color: #02335E; }

 a { background-color: rgb(2,51,94); }

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

<style>
 span { border-color: #02335E; }

 span { border-color: rgb(2,51,94); }

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