Html Css Color HEX #033390 Smalt

📋 copy color: '#033390'

red 3 ◦ green 51 ◦ blue 144

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

Shades of Smalt #033390

Tints of Smalt #033390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 72.73%

R = 1.52%
G = 25.76%
B = 72.73%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#033390 (or 0x033390) is known color: Smalt. HEX triplet: 03, 33 and 90. RGB value is (3,51,144). Sum of RGB (Red+Green+Blue) = 3+51+144=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #033390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033390 is #FCCC6F. Grayscale: #2E2E2E. Windows color (decimal): -16567408 or 9450243. OLE color: 9450243.

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

Color convert

RGB 3 51 144 -
CMYK 0.98 0.65 0 0.44
HSL 219.57º 0.96% 0.29% -
HSV(B) 219.57º 0.98% 0.56% -
XYZ 6.26 4.4 26.91 -
YUV 47.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 3 51 144 0.98 0.65 0 0.44 219.57 0.96 0.29
Hex 3 33 90 62 41 0 2C DC 60 1D
Octal 3 63 220 142 101 0 54 334 140 35
Binary 11 110011 10010000 1100010 1000001 0 101100 11011100 1100000 11101

Color Harmonies of #033390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033390

Black with #033390

Text Example


Text Example

White with #033390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033390; }

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

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

background-color css

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

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

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

border-color css

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

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

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