Html Css Color HEX #033498 Smalt

📋 copy color: '#033498'

red 3 ◦ green 52 ◦ blue 152

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

Shades of Smalt #033498

Tints of Smalt #033498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

 BLUE value IS 152 (59.77% from 255) = 73.43%

R = 1.45%
G = 25.12%
B = 73.43%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#033498 (or 0x033498) is known color: Smalt. HEX triplet: 03, 34 and 98. RGB value is (3,52,152). Sum of RGB (Red+Green+Blue) = 3+52+152=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #033498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033498 is #FCCB67. Grayscale: #303030. Windows color (decimal): -16567144 or 9974787. OLE color: 9974787.

HSL color Cylindrical-coordinate representation of color #033498: hue angle of 220.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033498 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 52 152 -
CMYK 0.98 0.66 0 0.40
HSL 220.27º 0.96% 0.3% -
HSV(B) 220.27º 0.98% 0.6% -
XYZ 6.93 4.74 30.26 -
YUV 48.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 3 52 152 0.98 0.66 0 0.40 220.27 0.96 0.3
Hex 3 34 98 62 42 0 28 DC 60 1E
Octal 3 64 230 142 102 0 50 334 140 36
Binary 11 110100 10011000 1100010 1000010 0 101000 11011100 1100000 11110

Color Harmonies of #033498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033498

Black with #033498

Text Example


Text Example

White with #033498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033498; }

 p { color: rgb(3,52,152); }

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

background-color css

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

 a { background-color: rgb(3,52,152); }

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

border-color css

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

 span { border-color: rgb(3,52,152); }

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