Html Css Color HEX #03288C Smalt

📋 copy color: '#03288C'

red 3 ◦ green 40 ◦ blue 140

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

Shades of Smalt #03288C

Tints of Smalt #03288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 1.64%
G = 21.86%
B = 76.5%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03288C (or 0x03288C) is known color: Smalt. HEX triplet: 03, 28 and 8C. RGB value is (3,40,140). Sum of RGB (Red+Green+Blue) = 3+40+140=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #03288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03288C is #FCD773. Grayscale: #272727. Windows color (decimal): -16570228 or 9185283. OLE color: 9185283.

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

Color convert

RGB 3 40 140 -
CMYK 0.98 0.71 0 0.45
HSL 223.8º 0.96% 0.28% -
HSV(B) 223.8º 0.98% 0.55% -
XYZ 5.53 3.43 25.18 -
YUV 40.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 3 40 140 0.98 0.71 0 0.45 223.8 0.96 0.28
Hex 3 28 8C 62 47 0 2D E0 60 1C
Octal 3 50 214 142 107 0 55 340 140 34
Binary 11 101000 10001100 1100010 1000111 0 101101 11100000 1100000 11100

Color Harmonies of #03288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03288C

Black with #03288C

Text Example


Text Example

White with #03288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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