Html Css Color HEX #00375B Prussian Blue

📋 copy color: '#00375B'

red 0 ◦ green 55 ◦ blue 91

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

Shades of Prussian Blue #00375B

Tints of Prussian Blue #00375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 62.33%

R = 0%
G = 37.67%
B = 62.33%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00375B (or 0x00375B) is known color: Prussian Blue. HEX triplet: 00, 37 and 5B. RGB value is (0,55,91). Sum of RGB (Red+Green+Blue) = 0+55+91=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #00375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00375B is #FFC8A4. Grayscale: #2A2A2A. Windows color (decimal): -16763045 or 5977856. OLE color: 5977856.

HSL color Cylindrical-coordinate representation of color #00375B: hue angle of 203.74º 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 #00375B is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 55 91 -
CMYK 1 0.40 0 0.64
HSL 203.74º 1% 0.18% -
HSV(B) 203.74º 1% 0.36% -
XYZ 3.25 3.49 10.4 -
YUV 42.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 0 55 91 1 0.40 0 0.64 203.74 1 0.18
Hex 0 37 5B 64 28 0 40 CC 64 12
Octal 0 67 133 144 50 0 100 314 144 22
Binary 0 110111 1011011 1100100 101000 0 1000000 11001100 1100100 10010

Color Harmonies of #00375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00375B

Black with #00375B

Text Example


Text Example

White with #00375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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