Html Css Color HEX #033A93 Smalt

📋 copy color: '#033A93'

red 3 ◦ green 58 ◦ blue 147

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

Shades of Smalt #033A93

Tints of Smalt #033A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

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

R = 1.44%
G = 27.88%
B = 70.67%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033A93 (or 0x033A93) is known color: Smalt. HEX triplet: 03, 3A and 93. RGB value is (3,58,147). Sum of RGB (Red+Green+Blue) = 3+58+147=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #033A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A93 is #FCC56C. Grayscale: #333333. Windows color (decimal): -16565613 or 9648643. OLE color: 9648643.

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

Color convert

RGB 3 58 147 -
CMYK 0.98 0.61 0 0.42
HSL 217.08º 0.96% 0.29% -
HSV(B) 217.08º 0.98% 0.58% -
XYZ 6.82 5.15 28.24 -
YUV 51.7 181.78 93.26 -
System Red Green Blue C M Y K H S L
Decimal 3 58 147 0.98 0.61 0 0.42 217.08 0.96 0.29
Hex 3 3A 93 62 3D 0 2A D9 60 1D
Octal 3 72 223 142 75 0 52 331 140 35
Binary 11 111010 10010011 1100010 111101 0 101010 11011001 1100000 11101

Color Harmonies of #033A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A93

Black with #033A93

Text Example


Text Example

White with #033A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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