#00388E

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

Shades of Smalt #00388E

Tints of Smalt #00388E

Color information

#00388E (or 0x00388E) is unknown color: approx Smalt. HEX triplet: 00, 38 and 8E. RGB value is (0,56,142). Sum of RGB (Red+Green+Blue) = 0+56+142=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #00388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00388E is #FFC771. Grayscale: #303030. Windows color (decimal): -16762738 or 9320448. OLE color: 9320448.

HSL color Cylindrical-coordinate representation of color #00388E: hue angle of 216.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00388E is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB056142-
CMYK10.6100.44
HSL216.34º100%27.84%-
HSV(B)216.34º100%55.69%-
XYZ6.34.7826.18-
YUV49.06180.4593.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 142 (55.86% from 255) = 71.72%
R=0%
G=28.28%
B=71.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal05614210.6100.44216.3410027.84
Hex0388E643D02Cd8641c
Octal0702161447505433014434
Binary0111000100011101100100111101010110011011000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00388E; }

 p { color: rgb(0,56,142); }

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

<style>
 a { background-color: #00388E; }

 a { background-color: rgb(0,56,142); }

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

<style>
 span { border-color: #00388E; }

 span { border-color: rgb(0,56,142); }

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