Html Css Color HEX #033093 Smalt

📋 copy color: '#033093'

red 3 ◦ green 48 ◦ blue 147

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

Shades of Smalt #033093

Tints of Smalt #033093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 1.52%
G = 24.24%
B = 74.24%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033093 (or 0x033093) is known color: Smalt. HEX triplet: 03, 30 and 93. RGB value is (3,48,147). Sum of RGB (Red+Green+Blue) = 3+48+147=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #033093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033093 is #FCCF6C. Grayscale: #2D2D2D. Windows color (decimal): -16568173 or 9646083. OLE color: 9646083.

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

Color convert

RGB 3 48 147 -
CMYK 0.98 0.67 0 0.42
HSL 221.25º 0.96% 0.29% -
HSV(B) 221.25º 0.98% 0.58% -
XYZ 6.36 4.24 28.09 -
YUV 45.83 185.09 97.45 -
System Red Green Blue C M Y K H S L
Decimal 3 48 147 0.98 0.67 0 0.42 221.25 0.96 0.29
Hex 3 30 93 62 43 0 2A DD 60 1D
Octal 3 60 223 142 103 0 52 335 140 35
Binary 11 110000 10010011 1100010 1000011 0 101010 11011101 1100000 11101

Color Harmonies of #033093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033093

Black with #033093

Text Example


Text Example

White with #033093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033093; }

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

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

background-color css

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

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

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

border-color css

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

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

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