Html Css Color HEX #003392 Smalt

📋 copy color: '#003392'

red 0 ◦ green 51 ◦ blue 146

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

Shades of Smalt #003392

Tints of Smalt #003392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 146 (57.42% from 255) = 74.11%

R = 0%
G = 25.89%
B = 74.11%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003392 (or 0x003392) is known color: Smalt. HEX triplet: 00, 33 and 92. RGB value is (0,51,146). Sum of RGB (Red+Green+Blue) = 0+51+146=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #003392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003392 is #FFCC6D. Grayscale: #2E2E2E. Windows color (decimal): -16764014 or 9581312. OLE color: 9581312.

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

Color convert

RGB 0 51 146 -
CMYK 1 0.65 0 0.43
HSL 219.04º 1% 0.29% -
HSV(B) 219.04º 1% 0.57% -
XYZ 6.37 4.44 27.72 -
YUV 46.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 0 51 146 1 0.65 0 0.43 219.04 1 0.29
Hex 0 33 92 64 41 0 2B DB 64 1D
Octal 0 63 222 144 101 0 53 333 144 35
Binary 0 110011 10010010 1100100 1000001 0 101011 11011011 1100100 11101

Color Harmonies of #003392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003392

Black with #003392

Text Example


Text Example

White with #003392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003392; }

 p { color: rgb(0,51,146); }

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

background-color css

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

 a { background-color: rgb(0,51,146); }

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

border-color css

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

 span { border-color: rgb(0,51,146); }

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