Html Css Color HEX #033493 Smalt

📋 copy color: '#033493'

red 3 ◦ green 52 ◦ blue 147

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

Shades of Smalt #033493

Tints of Smalt #033493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 1.49%
G = 25.74%
B = 72.77%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033493 (or 0x033493) is known color: Smalt. HEX triplet: 03, 34 and 93. RGB value is (3,52,147). Sum of RGB (Red+Green+Blue) = 3+52+147=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #033493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033493 is #FCCB6C. Grayscale: #2F2F2F. Windows color (decimal): -16567149 or 9647107. OLE color: 9647107.

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

Color convert

RGB 3 52 147 -
CMYK 0.98 0.65 0 0.42
HSL 219.58º 0.96% 0.29% -
HSV(B) 219.58º 0.98% 0.58% -
XYZ 6.53 4.58 28.14 -
YUV 48.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 3 52 147 0.98 0.65 0 0.42 219.58 0.96 0.29
Hex 3 34 93 62 41 0 2A DC 60 1D
Octal 3 64 223 142 101 0 52 334 140 35
Binary 11 110100 10010011 1100010 1000001 0 101010 11011100 1100000 11101

Color Harmonies of #033493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033493

Black with #033493

Text Example


Text Example

White with #033493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033493; }

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

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

background-color css

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

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

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

border-color css

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

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

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