Html Css Color HEX #03338E Smalt

📋 copy color: '#03338E'

red 3 ◦ green 51 ◦ blue 142

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

Shades of Smalt #03338E

Tints of Smalt #03338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.45%

R = 1.53%
G = 26.02%
B = 72.45%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03338E (or 0x03338E) is known color: Smalt. HEX triplet: 03, 33 and 8E. RGB value is (3,51,142). Sum of RGB (Red+Green+Blue) = 3+51+142=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #03338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03338E is #FCCC71. Grayscale: #2E2E2E. Windows color (decimal): -16567410 or 9319171. OLE color: 9319171.

HSL color Cylindrical-coordinate representation of color #03338E: hue angle of 219.28º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03338E is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 51 142 -
CMYK 0.98 0.64 0 0.44
HSL 219.28º 0.96% 0.28% -
HSV(B) 219.28º 0.98% 0.56% -
XYZ 6.1 4.34 26.11 -
YUV 47.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 3 51 142 0.98 0.64 0 0.44 219.28 0.96 0.28
Hex 3 33 8E 62 40 0 2C DB 60 1C
Octal 3 63 216 142 100 0 54 333 140 34
Binary 11 110011 10001110 1100010 1000000 0 101100 11011011 1100000 11100

Color Harmonies of #03338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03338E

Black with #03338E

Text Example


Text Example

White with #03338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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