#00304E

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

Shades of Prussian Blue #00304E

Tints of Prussian Blue #00304E

Color information

#00304E (or 0x00304E) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 4E. RGB value is (0,48,78). Sum of RGB (Red+Green+Blue) = 0+48+78=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #00304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00304E is #FFCFB1. Grayscale: #242424. Windows color (decimal): -16764850 or 5124096. OLE color: 5124096.

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

Color convert

RGB04878-
CMYK10.3800.69
HSL203.08º100%15.29%-
HSV(B)203.08º100%30.59%-
XYZ2.432.667.59-
YUV37.07151.1101.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=0%
G=38.10%
B=61.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0487810.3800.69203.0810015.29
Hex0304E6426045cb64f
Octal06011614446010531314417
Binary011000010011101100100100110010001011100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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