#02336F

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

Shades of Prussian Blue #02336F

Tints of Prussian Blue #02336F

Color information

#02336F (or 0x02336F) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 6F. RGB value is (2,51,111). Sum of RGB (Red+Green+Blue) = 2+51+111=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #02336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02336F is #FDCC90. Grayscale: #2A2A2A. Windows color (decimal): -16632977 or 7287554. OLE color: 7287554.

HSL color Cylindrical-coordinate representation of color #02336F: hue angle of 213.03º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02336F is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB251111-
CMYK0.980.5400.56
HSL213.03º96.46%22.16%-
HSV(B)213.03º98.2%43.53%-
XYZ4.083.5315.51-
YUV43.19166.2798.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 111 (43.75% from 255) = 67.68%
R=1.22%
G=31.10%
B=67.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2511110.980.5400.56213.0396.4622.16
Hex2336F6236038d56016
Octal2631571426607032514026
Binary1011001111011111100010110110011100011010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02336F; }

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

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

<style>
 a { background-color: #02336F; }

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

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

<style>
 span { border-color: #02336F; }

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

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