Html Css Color HEX #00306E Prussian Blue

📋 copy color: '#00306E'

red 0 ◦ green 48 ◦ blue 110

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

Shades of Prussian Blue #00306E

Tints of Prussian Blue #00306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 69.62%

R = 0%
G = 30.38%
B = 69.62%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00306E (or 0x00306E) is known color: Prussian Blue. HEX triplet: 00, 30 and 6E. RGB value is (0,48,110). Sum of RGB (Red+Green+Blue) = 0+48+110=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #00306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00306E is #FFCF91. Grayscale: #282828. Windows color (decimal): -16764818 or 7221248. OLE color: 7221248.

HSL color Cylindrical-coordinate representation of color #00306E: hue angle of 213.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00306E is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 48 110 -
CMYK 1 0.56 0 0.57
HSL 213.82º 1% 0.22% -
HSV(B) 213.82º 1% 0.43% -
XYZ 3.87 3.24 15.17 -
YUV 40.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 0 48 110 1 0.56 0 0.57 213.82 1 0.22
Hex 0 30 6E 64 38 0 39 D6 64 16
Octal 0 60 156 144 70 0 71 326 144 26
Binary 0 110000 1101110 1100100 111000 0 111001 11010110 1100100 10110

Color Harmonies of #00306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00306E

Black with #00306E

Text Example


Text Example

White with #00306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00306E;
 }
 .AnyTagClassName
 {
   color: #00306E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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