Html Css Color HEX #00304E Prussian Blue

📋 copy color: '#00304E'

red 0 ◦ green 48 ◦ blue 78

#00304E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #00304E

Tints of Prussian Blue #00304E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 78 (30.86% from 255) = 61.9%

R = 0%
G = 38.1%
B = 61.9%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#00304E (or 0x00304E) is known color: 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

RGB 0 48 78 -
CMYK 1 0.38 0 0.69
HSL 203.08º 1% 0.15% -
HSV(B) 203.08º 1% 0.31% -
XYZ 2.43 2.66 7.59 -
YUV 37.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 0 48 78 1 0.38 0 0.69 203.08 1 0.15
Hex 0 30 4E 64 26 0 45 CB 64 F
Octal 0 60 116 144 46 0 105 313 144 17
Binary 0 110000 1001110 1100100 100110 0 1000101 11001011 1100100 1111

Color Harmonies of #00304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00304E

Black with #00304E

Text Example


Text Example

White with #00304E

Text Example


Text Example

HTML Codes & Css Web 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>