Html Css Color HEX #003996 Smalt

📋 copy color: '#003996'

red 0 ◦ green 57 ◦ blue 150

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

Shades of Smalt #003996

Tints of Smalt #003996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 150 (58.98% from 255) = 72.46%

R = 0%
G = 27.54%
B = 72.46%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#003996 (or 0x003996) is known color: Smalt. HEX triplet: 00, 39 and 96. RGB value is (0,57,150). Sum of RGB (Red+Green+Blue) = 0+57+150=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #003996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003996 is #FFC669. Grayscale: #323232. Windows color (decimal): -16762474 or 9844992. OLE color: 9844992.

HSL color Cylindrical-coordinate representation of color #003996: hue angle of 217.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003996 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 57 150 -
CMYK 1 0.62 0 0.41
HSL 217.2º 1% 0.29% -
HSV(B) 217.2º 1% 0.59% -
XYZ 6.97 5.13 29.48 -
YUV 50.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 0 57 150 1 0.62 0 0.41 217.2 1 0.29
Hex 0 39 96 64 3E 0 29 D9 64 1D
Octal 0 71 226 144 76 0 51 331 144 35
Binary 0 111001 10010110 1100100 111110 0 101001 11011001 1100100 11101

Color Harmonies of #003996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003996

Black with #003996

Text Example


Text Example

White with #003996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003996; }

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

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

background-color css

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

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

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

border-color css

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

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

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