Html Css Color HEX #03288B Smalt

📋 copy color: '#03288B'

red 3 ◦ green 40 ◦ blue 139

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

Shades of Smalt #03288B

Tints of Smalt #03288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 76.37%

R = 1.65%
G = 21.98%
B = 76.37%

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

#03288B (or 0x03288B) is known color: Smalt. HEX triplet: 03, 28 and 8B. RGB value is (3,40,139). Sum of RGB (Red+Green+Blue) = 3+40+139=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #03288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03288B is #FCD774. Grayscale: #272727. Windows color (decimal): -16570229 or 9119747. OLE color: 9119747.

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

Color convert

RGB 3 40 139 -
CMYK 0.98 0.71 0 0.45
HSL 223.68º 0.96% 0.28% -
HSV(B) 223.68º 0.98% 0.55% -
XYZ 5.46 3.4 24.79 -
YUV 40.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 3 40 139 0.98 0.71 0 0.45 223.68 0.96 0.28
Hex 3 28 8B 62 47 0 2D E0 60 1C
Octal 3 50 213 142 107 0 55 340 140 34
Binary 11 101000 10001011 1100010 1000111 0 101101 11100000 1100000 11100

Color Harmonies of #03288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03288B

Black with #03288B

Text Example


Text Example

White with #03288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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