#02335A

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

Shades of Prussian Blue #02335A

Tints of Prussian Blue #02335A

Color information

#02335A (or 0x02335A) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 5A. RGB value is (2,51,90). Sum of RGB (Red+Green+Blue) = 2+51+90=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #02335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335A is #FDCCA5. Grayscale: #282828. Windows color (decimal): -16632998 or 5911298. OLE color: 5911298.

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

Color convert

RGB25190-
CMYK0.980.4300.65
HSL206.59º95.65%18.04%-
HSV(B)206.59º97.78%35.29%-
XYZ3.053.1210.11-
YUV40.79155.77100.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=1.40%
G=35.66%
B=62.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal251900.980.4300.65206.5995.6518.04
Hex2335A622B041cf6012
Octal26313214253010131714022
Binary10110011101101011000101010110100000111001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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