Html Css Color HEX #003390 Smalt

📋 copy color: '#003390'

red 0 ◦ green 51 ◦ blue 144

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

Shades of Smalt #003390

Tints of Smalt #003390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 73.85%

R = 0%
G = 26.15%
B = 73.85%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#003390 (or 0x003390) is known color: Smalt. HEX triplet: 00, 33 and 90. RGB value is (0,51,144). Sum of RGB (Red+Green+Blue) = 0+51+144=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #003390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003390 is #FFCC6F. Grayscale: #2D2D2D. Windows color (decimal): -16764016 or 9450240. OLE color: 9450240.

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

Color convert

RGB 0 51 144 -
CMYK 1 0.65 0 0.44
HSL 218.75º 1% 0.28% -
HSV(B) 218.75º 1% 0.56% -
XYZ 6.22 4.38 26.9 -
YUV 46.35 183.1 94.94 -
System Red Green Blue C M Y K H S L
Decimal 0 51 144 1 0.65 0 0.44 218.75 1 0.28
Hex 0 33 90 64 41 0 2C DB 64 1C
Octal 0 63 220 144 101 0 54 333 144 34
Binary 0 110011 10010000 1100100 1000001 0 101100 11011011 1100100 11100

Color Harmonies of #003390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003390

Black with #003390

Text Example


Text Example

White with #003390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003390; }

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

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

background-color css

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

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

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

border-color css

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

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

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