Html Css Color HEX #033392 Smalt

📋 copy color: '#033392'

red 3 ◦ green 51 ◦ blue 146

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

Shades of Smalt #033392

Tints of Smalt #033392

RGB

 RED value IS 3 (1.56% from 255) = 1.5%

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

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

R = 1.5%
G = 25.5%
B = 73%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#033392 (or 0x033392) is known color: Smalt. HEX triplet: 03, 33 and 92. RGB value is (3,51,146). Sum of RGB (Red+Green+Blue) = 3+51+146=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #033392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033392 is #FCCC6D. Grayscale: #2F2F2F. Windows color (decimal): -16567406 or 9581315. OLE color: 9581315.

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

Color convert

RGB 3 51 146 -
CMYK 0.98 0.65 0 0.43
HSL 219.86º 0.96% 0.29% -
HSV(B) 219.86º 0.98% 0.57% -
XYZ 6.41 4.46 27.72 -
YUV 47.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 3 51 146 0.98 0.65 0 0.43 219.86 0.96 0.29
Hex 3 33 92 62 41 0 2B DC 60 1D
Octal 3 63 222 142 101 0 53 334 140 35
Binary 11 110011 10010010 1100010 1000001 0 101011 11011100 1100000 11101

Color Harmonies of #033392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033392

Black with #033392

Text Example


Text Example

White with #033392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033392; }

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

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

background-color css

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

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

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

border-color css

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

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

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