#00398C

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

Shades of Smalt #00398C

Tints of Smalt #00398C

Color information

#00398C (or 0x00398C) is unknown color: approx Smalt. HEX triplet: 00, 39 and 8C. RGB value is (0,57,140). Sum of RGB (Red+Green+Blue) = 0+57+140=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #00398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00398C is #FFC673. Grayscale: #313131. Windows color (decimal): -16762484 or 9189632. OLE color: 9189632.

HSL color Cylindrical-coordinate representation of color #00398C: hue angle of 215.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00398C is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB057140-
CMYK10.5900.45
HSL215.57º100%27.45%-
HSV(B)215.57º100%54.9%-
XYZ6.24.8225.41-
YUV49.42179.1292.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 140 (55.08% from 255) = 71.07%
R=0%
G=28.93%
B=71.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal05714010.5900.45215.5710027.45
Hex0398C643B02Dd8641b
Octal0712141447305533014433
Binary0111001100011001100100111011010110111011000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00398C; }

 p { color: rgb(0,57,140); }

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

<style>
 a { background-color: #00398C; }

 a { background-color: rgb(0,57,140); }

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

<style>
 span { border-color: #00398C; }

 span { border-color: rgb(0,57,140); }

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