Html Css Color HEX #033384 Smalt

📋 copy color: '#033384'

red 3 ◦ green 51 ◦ blue 132

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

Shades of Smalt #033384

Tints of Smalt #033384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 1.61%
G = 27.42%
B = 70.97%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033384 (or 0x033384) is known color: Smalt. HEX triplet: 03, 33 and 84. RGB value is (3,51,132). Sum of RGB (Red+Green+Blue) = 3+51+132=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #033384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033384 is #FCCC7B. Grayscale: #2D2D2D. Windows color (decimal): -16567420 or 8663811. OLE color: 8663811.

HSL color Cylindrical-coordinate representation of color #033384: hue angle of 217.67º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033384 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 51 132 -
CMYK 0.98 0.61 0 0.48
HSL 217.67º 0.96% 0.26% -
HSV(B) 217.67º 0.98% 0.52% -
XYZ 5.39 4.05 22.33 -
YUV 45.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 3 51 132 0.98 0.61 0 0.48 217.67 0.96 0.26
Hex 3 33 84 62 3D 0 30 DA 60 1A
Octal 3 63 204 142 75 0 60 332 140 32
Binary 11 110011 10000100 1100010 111101 0 110000 11011010 1100000 11010

Color Harmonies of #033384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033384

Black with #033384

Text Example


Text Example

White with #033384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033384; }

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

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

background-color css

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

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

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

border-color css

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

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

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