Html Css Color HEX #033D99 Smalt

📋 copy color: '#033D99'

red 3 ◦ green 61 ◦ blue 153

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

Shades of Smalt #033D99

Tints of Smalt #033D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.11%

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 1.38%
G = 28.11%
B = 70.51%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#033D99 (or 0x033D99) is known color: Smalt. HEX triplet: 03, 3D and 99. RGB value is (3,61,153). Sum of RGB (Red+Green+Blue) = 3+61+153=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #033D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033D99 is #FCC266. Grayscale: #353535. Windows color (decimal): -16564839 or 10042627. OLE color: 10042627.

HSL color Cylindrical-coordinate representation of color #033D99: hue angle of 216.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033D99 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 61 153 -
CMYK 0.98 0.60 0 0.4
HSL 216.8º 0.96% 0.31% -
HSV(B) 216.8º 0.98% 0.6% -
XYZ 7.46 5.66 30.84 -
YUV 54.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 3 61 153 0.98 0.60 0 0.4 216.8 0.96 0.31
Hex 3 3D 99 62 3C 0 28 D9 60 1F
Octal 3 75 231 142 74 0 50 331 140 37
Binary 11 111101 10011001 1100010 111100 0 101000 11011001 1100000 11111

Color Harmonies of #033D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D99

Black with #033D99

Text Example


Text Example

White with #033D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,61,153); }

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

background-color css

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

 a { background-color: rgb(3,61,153); }

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

border-color css

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

 span { border-color: rgb(3,61,153); }

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