#003B8E

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

Shades of Smalt #003B8E

Tints of Smalt #003B8E

Color information

#003B8E (or 0x003B8E) is unknown color: approx Smalt. HEX triplet: 00, 3B and 8E. RGB value is (0,59,142). Sum of RGB (Red+Green+Blue) = 0+59+142=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #003B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B8E is #FFC471. Grayscale: #323232. Windows color (decimal): -16761970 or 9321216. OLE color: 9321216.

HSL color Cylindrical-coordinate representation of color #003B8E: hue angle of 215.07º 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 #003B8E is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB059142-
CMYK10.5800.44
HSL215.07º100%27.84%-
HSV(B)215.07º100%55.69%-
XYZ6.455.0826.23-
YUV50.82179.4591.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=0%
G=29.35%
B=70.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal05914210.5800.44215.0710027.84
Hex03B8E643A02Cd7641c
Octal0732161447205432714434
Binary0111011100011101100100111010010110011010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B8E; }

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

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

<style>
 a { background-color: #003B8E; }

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

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

<style>
 span { border-color: #003B8E; }

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

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