Html Css Color HEX #03338D Smalt

📋 copy color: '#03338D'

red 3 ◦ green 51 ◦ blue 141

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

Shades of Smalt #03338D

Tints of Smalt #03338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.31%

R = 1.54%
G = 26.15%
B = 72.31%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03338D (or 0x03338D) is known color: Smalt. HEX triplet: 03, 33 and 8D. RGB value is (3,51,141). Sum of RGB (Red+Green+Blue) = 3+51+141=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #03338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03338D is #FCCC72. Grayscale: #2E2E2E. Windows color (decimal): -16567411 or 9253635. OLE color: 9253635.

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

Color convert

RGB 3 51 141 -
CMYK 0.98 0.64 0 0.45
HSL 219.13º 0.96% 0.28% -
HSV(B) 219.13º 0.98% 0.55% -
XYZ 6.03 4.31 25.71 -
YUV 46.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 3 51 141 0.98 0.64 0 0.45 219.13 0.96 0.28
Hex 3 33 8D 62 40 0 2D DB 60 1C
Octal 3 63 215 142 100 0 55 333 140 34
Binary 11 110011 10001101 1100010 1000000 0 101101 11011011 1100000 11100

Color Harmonies of #03338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03338D

Black with #03338D

Text Example


Text Example

White with #03338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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