Html Css Color HEX #00375D Prussian Blue

📋 copy color: '#00375D'

red 0 ◦ green 55 ◦ blue 93

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

Shades of Prussian Blue #00375D

Tints of Prussian Blue #00375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 0%
G = 37.16%
B = 62.84%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00375D (or 0x00375D) is known color: Prussian Blue. HEX triplet: 00, 37 and 5D. RGB value is (0,55,93). Sum of RGB (Red+Green+Blue) = 0+55+93=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #00375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00375D is #FFC8A2. Grayscale: #2A2A2A. Windows color (decimal): -16763043 or 6108928. OLE color: 6108928.

HSL color Cylindrical-coordinate representation of color #00375D: hue angle of 204.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00375D is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 55 93 -
CMYK 1 0.41 0 0.64
HSL 204.52º 1% 0.18% -
HSV(B) 204.52º 1% 0.36% -
XYZ 3.34 3.52 10.86 -
YUV 42.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 0 55 93 1 0.41 0 0.64 204.52 1 0.18
Hex 0 37 5D 64 29 0 40 CD 64 12
Octal 0 67 135 144 51 0 100 315 144 22
Binary 0 110111 1011101 1100100 101001 0 1000000 11001101 1100100 10010

Color Harmonies of #00375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00375D

Black with #00375D

Text Example


Text Example

White with #00375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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