#02335B

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

Shades of Prussian Blue #02335B

Tints of Prussian Blue #02335B

Color information

#02335B (or 0x02335B) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 5B. RGB value is (2,51,91). Sum of RGB (Red+Green+Blue) = 2+51+91=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #02335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335B is #FDCCA4. Grayscale: #282828. Windows color (decimal): -16632997 or 5976834. OLE color: 5976834.

HSL color Cylindrical-coordinate representation of color #02335B: hue angle of 206.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02335B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25191-
CMYK0.980.4400.64
HSL206.97º95.7%18.24%-
HSV(B)206.97º97.8%35.69%-
XYZ3.13.1410.34-
YUV40.91156.27100.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=1.39%
G=35.42%
B=63.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal251910.980.4400.64206.9795.718.24
Hex2335B622C040cf6012
Octal26313314254010031714022
Binary10110011101101111000101011000100000011001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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