#00379B

Color #00379B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #00379B

Tints of Smalt #00379B

Color information

#00379B (or 0x00379B) is unknown color: approx Smalt. HEX triplet: 00, 37 and 9B. RGB value is (0,55,155). Sum of RGB (Red+Green+Blue) = 0+55+155=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #00379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00379B is #FFC864. Grayscale: #313131. Windows color (decimal): -16762981 or 10172160. OLE color: 10172160.

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

Color convert

RGB055155-
CMYK10.6500.39
HSL218.71º100%30.39%-
HSV(B)218.71º100%60.78%-
XYZ7.285.131.61-
YUV49.96187.2892.37-

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) = 26.19%
BLUE value IS 155 (60.94% from 255) = 73.81%
R=0%
G=26.19%
B=73.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal05515510.6500.39218.7110030.39
Hex0379B6441027db641e
Octal06723314410104733314436
Binary01101111001101111001001000001010011111011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00379B;
 }
 .AnyTagClassName
 {
   color: #00379B;
 }
</style>
background-color css

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

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

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

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

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

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