Html Css Color HEX #00376D Prussian Blue

📋 copy color: '#00376D'

red 0 ◦ green 55 ◦ blue 109

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

Shades of Prussian Blue #00376D

Tints of Prussian Blue #00376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

 BLUE value IS 109 (42.97% from 255) = 66.46%

R = 0%
G = 33.54%
B = 66.46%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00376D (or 0x00376D) is known color: Prussian Blue. HEX triplet: 00, 37 and 6D. RGB value is (0,55,109). Sum of RGB (Red+Green+Blue) = 0+55+109=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #00376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00376D is #FFC892. Grayscale: #2C2C2C. Windows color (decimal): -16763027 or 7157504. OLE color: 7157504.

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

Color convert

RGB 0 55 109 -
CMYK 1 0.50 0 0.57
HSL 209.72º 1% 0.21% -
HSV(B) 209.72º 1% 0.43% -
XYZ 4.13 3.84 14.99 -
YUV 44.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 0 55 109 1 0.50 0 0.57 209.72 1 0.21
Hex 0 37 6D 64 32 0 39 D2 64 15
Octal 0 67 155 144 62 0 71 322 144 25
Binary 0 110111 1101101 1100100 110010 0 111001 11010010 1100100 10101

Color Harmonies of #00376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00376D

Black with #00376D

Text Example


Text Example

White with #00376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00376D; }

 p { color: rgb(0,55,109); }

 H1.HeaderClassName
 {
   color: #00376D;
 }
 .AnyTagClassName
 {
   color: #00376D;
 }
</style>

background-color css

<style>
 a { background-color: #00376D; }

 a { background-color: rgb(0,55,109); }

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

border-color css

<style>
 span { border-color: #00376D; }

 span { border-color: rgb(0,55,109); }

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