#02304E

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

Shades of Prussian Blue #02304E

Tints of Prussian Blue #02304E

Color information

#02304E (or 0x02304E) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 4E. RGB value is (2,48,78). Sum of RGB (Red+Green+Blue) = 2+48+78=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #02304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02304E is #FDCFB1. Grayscale: #252525. Windows color (decimal): -16633778 or 5124098. OLE color: 5124098.

HSL color Cylindrical-coordinate representation of color #02304E: hue angle of 203.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02304E is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24878-
CMYK0.970.3800.69
HSL203.68º95%15.69%-
HSV(B)203.68º97.44%30.59%-
XYZ2.462.687.59-
YUV37.67150.76102.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 60.94%
R=1.56%
G=37.5%
B=60.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal248780.970.3800.69203.689515.69
Hex2304E6126045cc5f10
Octal26011614146010531413720
Binary10110000100111011000011001100100010111001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,48,78); }

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

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

 a { background-color: rgb(2,48,78); }

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

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

 span { border-color: rgb(2,48,78); }

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