Html Css Color HEX #033BA2 Smalt

📋 copy color: '#033BA2'

red 3 ◦ green 59 ◦ blue 162

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

Shades of Smalt #033BA2

Tints of Smalt #033BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

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

R = 1.34%
G = 26.34%
B = 72.32%

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

#033BA2 (or 0x033BA2) is known color: Smalt. HEX triplet: 03, 3B and A2. RGB value is (3,59,162). Sum of RGB (Red+Green+Blue) = 3+59+162=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #033BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA2 is #FCC45D. Grayscale: #353535. Windows color (decimal): -16565342 or 10631939. OLE color: 10631939.

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

Color convert

RGB 3 59 162 -
CMYK 0.98 0.64 0 0.36
HSL 218.87º 0.96% 0.32% -
HSV(B) 218.87º 0.98% 0.64% -
XYZ 8.12 5.76 34.87 -
YUV 54 188.95 91.62 -
System Red Green Blue C M Y K H S L
Decimal 3 59 162 0.98 0.64 0 0.36 218.87 0.96 0.32
Hex 3 3B A2 62 40 0 24 DB 60 20
Octal 3 73 242 142 100 0 44 333 140 40
Binary 11 111011 10100010 1100010 1000000 0 100100 11011011 1100000 100000

Color Harmonies of #033BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BA2

Black with #033BA2

Text Example


Text Example

White with #033BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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