Html Css Color HEX #003E9C Smalt

📋 copy color: '#003E9C'

red 0 ◦ green 62 ◦ blue 156

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

Shades of Smalt #003E9C

Tints of Smalt #003E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 0%
G = 28.44%
B = 71.56%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#003E9C (or 0x003E9C) is known color: Smalt. HEX triplet: 00, 3E and 9C. RGB value is (0,62,156). Sum of RGB (Red+Green+Blue) = 0+62+156=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #003E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003E9C is #FFC163. Grayscale: #353535. Windows color (decimal): -16761188 or 10239488. OLE color: 10239488.

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

Color convert

RGB 0 62 156 -
CMYK 1 0.60 0 0.39
HSL 216.15º 1% 0.31% -
HSV(B) 216.15º 1% 0.61% -
XYZ 7.72 5.85 32.17 -
YUV 54.18 185.46 89.36 -
System Red Green Blue C M Y K H S L
Decimal 0 62 156 1 0.60 0 0.39 216.15 1 0.31
Hex 0 3E 9C 64 3C 0 27 D8 64 1F
Octal 0 76 234 144 74 0 47 330 144 37
Binary 0 111110 10011100 1100100 111100 0 100111 11011000 1100100 11111

Color Harmonies of #003E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E9C

Black with #003E9C

Text Example


Text Example

White with #003E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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