#00375D

Color #00375D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #00375D

Tints of Prussian Blue #00375D

Color information

#00375D (or 0x00375D) is unknown color: approx 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

RGB05593-
CMYK10.4100.64
HSL204.52º100%18.24%-
HSV(B)204.52º100%36.47%-
XYZ3.343.5210.86-
YUV42.89156.2897.41-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0559310.4100.64204.5210018.24
Hex0375D6429040cd6412
Octal06713514451010031514422
Binary0110111101110111001001010010100000011001101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>