Html Css Color HEX #033393 Smalt

📋 copy color: '#033393'

red 3 ◦ green 51 ◦ blue 147

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

Shades of Smalt #033393

Tints of Smalt #033393

RGB

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

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

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

R = 1.49%
G = 25.37%
B = 73.13%

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

#033393 (or 0x033393) is known color: Smalt. HEX triplet: 03, 33 and 93. RGB value is (3,51,147). Sum of RGB (Red+Green+Blue) = 3+51+147=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #033393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033393 is #FCCC6C. Grayscale: #2F2F2F. Windows color (decimal): -16567405 or 9646851. OLE color: 9646851.

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

Color convert

RGB 3 51 147 -
CMYK 0.98 0.65 0 0.42
HSL 220º 0.96% 0.29% -
HSV(B) 220º 0.98% 0.58% -
XYZ 6.49 4.49 28.13 -
YUV 47.59 184.1 96.19 -
System Red Green Blue C M Y K H S L
Decimal 3 51 147 0.98 0.65 0 0.42 220 0.96 0.29
Hex 3 33 93 62 41 0 2A DC 60 1D
Octal 3 63 223 142 101 0 52 334 140 35
Binary 11 110011 10010011 1100010 1000001 0 101010 11011100 1100000 11101

Color Harmonies of #033393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033393

Black with #033393

Text Example


Text Example

White with #033393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033393; }

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

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

background-color css

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

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

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

border-color css

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

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

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