Html Css Color HEX #00375A Prussian Blue

📋 copy color: '#00375A'

red 0 ◦ green 55 ◦ blue 90

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

Shades of Prussian Blue #00375A

Tints of Prussian Blue #00375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 0%
G = 37.93%
B = 62.07%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00375A (or 0x00375A) is known color: Prussian Blue. HEX triplet: 00, 37 and 5A. RGB value is (0,55,90). Sum of RGB (Red+Green+Blue) = 0+55+90=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #00375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00375A is #FFC8A5. Grayscale: #2A2A2A. Windows color (decimal): -16763046 or 5912320. OLE color: 5912320.

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

Color convert

RGB 0 55 90 -
CMYK 1 0.39 0 0.65
HSL 203.33º 1% 0.18% -
HSV(B) 203.33º 1% 0.35% -
XYZ 3.21 3.47 10.17 -
YUV 42.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 0 55 90 1 0.39 0 0.65 203.33 1 0.18
Hex 0 37 5A 64 27 0 41 CB 64 12
Octal 0 67 132 144 47 0 101 313 144 22
Binary 0 110111 1011010 1100100 100111 0 1000001 11001011 1100100 10010

Color Harmonies of #00375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00375A

Black with #00375A

Text Example


Text Example

White with #00375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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