Html Css Color HEX #003E8D Smalt

📋 copy color: '#003E8D'

red 0 ◦ green 62 ◦ blue 141

#003E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #003E8D

Tints of Smalt #003E8D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 62 (24.61% from 255) = 30.54%

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 0%
G = 30.54%
B = 69.46%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#003E8D (or 0x003E8D) is known color: Smalt. HEX triplet: 00, 3E and 8D. RGB value is (0,62,141). Sum of RGB (Red+Green+Blue) = 0+62+141=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #003E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003E8D is #FFC172. Grayscale: #343434. Windows color (decimal): -16761203 or 9256448. OLE color: 9256448.

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

Color convert

RGB 0 62 141 -
CMYK 1 0.56 0 0.45
HSL 213.62º 1% 0.28% -
HSV(B) 213.62º 1% 0.55% -
XYZ 6.53 5.37 25.89 -
YUV 52.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 0 62 141 1 0.56 0 0.45 213.62 1 0.28
Hex 0 3E 8D 64 38 0 2D D6 64 1C
Octal 0 76 215 144 70 0 55 326 144 34
Binary 0 111110 10001101 1100100 111000 0 101101 11010110 1100100 11100

Color Harmonies of #003E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E8D

Black with #003E8D

Text Example


Text Example

White with #003E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,62,141); }

 H1.HeaderClassName
 {
   color: #003E8D;
 }
 .AnyTagClassName
 {
   color: #003E8D;
 }
</style>

background-color css

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

 a { background-color: rgb(0,62,141); }

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

border-color css

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

 span { border-color: rgb(0,62,141); }

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