Html Css Color HEX #03338C Smalt

📋 copy color: '#03338C'

red 3 ◦ green 51 ◦ blue 140

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

Shades of Smalt #03338C

Tints of Smalt #03338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.16%

R = 1.55%
G = 26.29%
B = 72.16%

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

#03338C (or 0x03338C) is known color: Smalt. HEX triplet: 03, 33 and 8C. RGB value is (3,51,140). Sum of RGB (Red+Green+Blue) = 3+51+140=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #03338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03338C is #FCCC73. Grayscale: #2E2E2E. Windows color (decimal): -16567412 or 9188099. OLE color: 9188099.

HSL color Cylindrical-coordinate representation of color #03338C: hue angle of 218.98º 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 #03338C is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 51 140 -
CMYK 0.98 0.64 0 0.45
HSL 218.98º 0.96% 0.28% -
HSV(B) 218.98º 0.98% 0.55% -
XYZ 5.96 4.28 25.32 -
YUV 46.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 3 51 140 0.98 0.64 0 0.45 218.98 0.96 0.28
Hex 3 33 8C 62 40 0 2D DB 60 1C
Octal 3 63 214 142 100 0 55 333 140 34
Binary 11 110011 10001100 1100010 1000000 0 101101 11011011 1100000 11100

Color Harmonies of #03338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03338C

Black with #03338C

Text Example


Text Example

White with #03338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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