#02304B

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

Shades of Prussian Blue #02304B

Tints of Prussian Blue #02304B

Color information

#02304B (or 0x02304B) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 4B. RGB value is (2,48,75). Sum of RGB (Red+Green+Blue) = 2+48+75=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #02304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02304B is #FDCFB4. Grayscale: #252525. Windows color (decimal): -16633781 or 4927490. OLE color: 4927490.

HSL color Cylindrical-coordinate representation of color #02304B: hue angle of 202.19º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02304B is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB24875-
CMYK0.970.3600.71
HSL202.19º94.81%15.1%-
HSV(B)202.19º97.33%29.41%-
XYZ2.352.637.04-
YUV37.32149.26102.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 75 (29.69% from 255) = 60%
R=1.6%
G=38.4%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal248750.970.3600.71202.1994.8115.1
Hex2304B6124047ca5ff
Octal26011314144010731213717
Binary1011000010010111100001100100010001111100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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