Html Css Color HEX #033293 Smalt

📋 copy color: '#033293'

red 3 ◦ green 50 ◦ blue 147

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

Shades of Smalt #033293

Tints of Smalt #033293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 1.5%
G = 25%
B = 73.5%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033293 (or 0x033293) is known color: Smalt. HEX triplet: 03, 32 and 93. RGB value is (3,50,147). Sum of RGB (Red+Green+Blue) = 3+50+147=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #033293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033293 is #FCCD6C. Grayscale: #2E2E2E. Windows color (decimal): -16567661 or 9646595. OLE color: 9646595.

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

Color convert

RGB 3 50 147 -
CMYK 0.98 0.66 0 0.42
HSL 220.42º 0.96% 0.29% -
HSV(B) 220.42º 0.98% 0.58% -
XYZ 6.44 4.41 28.11 -
YUV 47.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 3 50 147 0.98 0.66 0 0.42 220.42 0.96 0.29
Hex 3 32 93 62 42 0 2A DC 60 1D
Octal 3 62 223 142 102 0 52 334 140 35
Binary 11 110010 10010011 1100010 1000010 0 101010 11011100 1100000 11101

Color Harmonies of #033293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033293

Black with #033293

Text Example


Text Example

White with #033293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033293; }

 p { color: rgb(3,50,147); }

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

background-color css

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

 a { background-color: rgb(3,50,147); }

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

border-color css

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

 span { border-color: rgb(3,50,147); }

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