Html Css Color HEX #03338A Smalt

📋 copy color: '#03338A'

red 3 ◦ green 51 ◦ blue 138

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

Shades of Smalt #03338A

Tints of Smalt #03338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.88%

R = 1.56%
G = 26.56%
B = 71.88%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03338A (or 0x03338A) is known color: Smalt. HEX triplet: 03, 33 and 8A. RGB value is (3,51,138). Sum of RGB (Red+Green+Blue) = 3+51+138=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #03338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03338A is #FCCC75. Grayscale: #2E2E2E. Windows color (decimal): -16567414 or 9057027. OLE color: 9057027.

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

Color convert

RGB 3 51 138 -
CMYK 0.98 0.63 0 0.46
HSL 218.67º 0.96% 0.28% -
HSV(B) 218.67º 0.98% 0.54% -
XYZ 5.81 4.22 24.55 -
YUV 46.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 3 51 138 0.98 0.63 0 0.46 218.67 0.96 0.28
Hex 3 33 8A 62 3F 0 2E DB 60 1C
Octal 3 63 212 142 77 0 56 333 140 34
Binary 11 110011 10001010 1100010 111111 0 101110 11011011 1100000 11100

Color Harmonies of #03338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03338A

Black with #03338A

Text Example


Text Example

White with #03338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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