Html Css Color HEX #033AA2 Smalt

📋 copy color: '#033AA2'

red 3 ◦ green 58 ◦ blue 162

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

Shades of Smalt #033AA2

Tints of Smalt #033AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 72.65%

R = 1.35%
G = 26.01%
B = 72.65%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#033AA2 (or 0x033AA2) is known color: Smalt. HEX triplet: 03, 3A and A2. RGB value is (3,58,162). Sum of RGB (Red+Green+Blue) = 3+58+162=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 162 (63.67% from 255 or 72.65% from 223); Max value from RGB is 162 - color contains mainly: blue. Hex color #033AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033AA2 is #FCC55D. Grayscale: #343434. Windows color (decimal): -16565598 or 10631683. OLE color: 10631683.

HSL color Cylindrical-coordinate representation of color #033AA2: hue angle of 219.25º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033AA2 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 58 162 -
CMYK 0.98 0.64 0 0.36
HSL 219.25º 0.96% 0.32% -
HSV(B) 219.25º 0.98% 0.64% -
XYZ 8.07 5.65 34.85 -
YUV 53.41 189.28 92.04 -
System Red Green Blue C M Y K H S L
Decimal 3 58 162 0.98 0.64 0 0.36 219.25 0.96 0.32
Hex 3 3A A2 62 40 0 24 DB 60 20
Octal 3 72 242 142 100 0 44 333 140 40
Binary 11 111010 10100010 1100010 1000000 0 100100 11011011 1100000 100000

Color Harmonies of #033AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033AA2

Black with #033AA2

Text Example


Text Example

White with #033AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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