Html Css Color HEX #003394 Smalt

📋 copy color: '#003394'

red 0 ◦ green 51 ◦ blue 148

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

Shades of Smalt #003394

Tints of Smalt #003394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 74.37%

R = 0%
G = 25.63%
B = 74.37%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003394 (or 0x003394) is known color: Smalt. HEX triplet: 00, 33 and 94. RGB value is (0,51,148). Sum of RGB (Red+Green+Blue) = 0+51+148=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #003394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003394 is #FFCC6B. Grayscale: #2E2E2E. Windows color (decimal): -16764012 or 9712384. OLE color: 9712384.

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

Color convert

RGB 0 51 148 -
CMYK 1 0.66 0 0.42
HSL 219.32º 1% 0.29% -
HSV(B) 219.32º 1% 0.58% -
XYZ 6.53 4.51 28.54 -
YUV 46.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 0 51 148 1 0.66 0 0.42 219.32 1 0.29
Hex 0 33 94 64 42 0 2A DB 64 1D
Octal 0 63 224 144 102 0 52 333 144 35
Binary 0 110011 10010100 1100100 1000010 0 101010 11011011 1100100 11101

Color Harmonies of #003394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003394

Black with #003394

Text Example


Text Example

White with #003394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003394; }

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

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

background-color css

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

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

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

border-color css

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

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

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