Html Css Color HEX #033A98 Smalt

📋 copy color: '#033A98'

red 3 ◦ green 58 ◦ blue 152

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

Shades of Smalt #033A98

Tints of Smalt #033A98

RGB

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

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

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

R = 1.41%
G = 27.23%
B = 71.36%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#033A98 (or 0x033A98) is known color: Smalt. HEX triplet: 03, 3A and 98. RGB value is (3,58,152). Sum of RGB (Red+Green+Blue) = 3+58+152=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #033A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A98 is #FCC567. Grayscale: #333333. Windows color (decimal): -16565608 or 9976323. OLE color: 9976323.

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

Color convert

RGB 3 58 152 -
CMYK 0.98 0.62 0 0.40
HSL 217.85º 0.96% 0.3% -
HSV(B) 217.85º 0.98% 0.6% -
XYZ 7.22 5.31 30.35 -
YUV 52.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 3 58 152 0.98 0.62 0 0.40 217.85 0.96 0.3
Hex 3 3A 98 62 3E 0 28 DA 60 1E
Octal 3 72 230 142 76 0 50 332 140 36
Binary 11 111010 10011000 1100010 111110 0 101000 11011010 1100000 11110

Color Harmonies of #033A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A98

Black with #033A98

Text Example


Text Example

White with #033A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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