Html Css Color HEX #03278D Smalt

📋 copy color: '#03278D'

red 3 ◦ green 39 ◦ blue 141

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

Shades of Smalt #03278D

Tints of Smalt #03278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

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

R = 1.64%
G = 21.31%
B = 77.05%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03278D (or 0x03278D) is known color: Smalt. HEX triplet: 03, 27 and 8D. RGB value is (3,39,141). Sum of RGB (Red+Green+Blue) = 3+39+141=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #03278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03278D is #FCD872. Grayscale: #272727. Windows color (decimal): -16570483 or 9250563. OLE color: 9250563.

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

Color convert

RGB 3 39 141 -
CMYK 0.98 0.72 0 0.45
HSL 224.35º 0.96% 0.28% -
HSV(B) 224.35º 0.98% 0.55% -
XYZ 5.57 3.39 25.56 -
YUV 39.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 3 39 141 0.98 0.72 0 0.45 224.35 0.96 0.28
Hex 3 27 8D 62 48 0 2D E0 60 1C
Octal 3 47 215 142 110 0 55 340 140 34
Binary 11 100111 10001101 1100010 1001000 0 101101 11100000 1100000 11100

Color Harmonies of #03278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03278D

Black with #03278D

Text Example


Text Example

White with #03278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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