#02334D

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

Shades of Prussian Blue #02334D

Tints of Prussian Blue #02334D

Color information

#02334D (or 0x02334D) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 4D. RGB value is (2,51,77). Sum of RGB (Red+Green+Blue) = 2+51+77=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #02334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02334D is #FDCCB2. Grayscale: #272727. Windows color (decimal): -16633011 or 5059330. OLE color: 5059330.

HSL color Cylindrical-coordinate representation of color #02334D: hue angle of 200.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02334D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB25177-
CMYK0.970.3400.70
HSL200.8º94.94%15.49%-
HSV(B)200.8º97.4%30.2%-
XYZ2.552.927.45-
YUV39.31149.27101.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=1.54%
G=39.23%
B=59.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal251770.970.3400.70200.894.9415.49
Hex2334D6122046c95ff
Octal26311514142010631113717
Binary1011001110011011100001100010010001101100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02334D; }

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

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

<style>
 a { background-color: #02334D; }

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

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

<style>
 span { border-color: #02334D; }

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

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