Html Css Color HEX #03268D Smalt

📋 copy color: '#03268D'

red 3 ◦ green 38 ◦ blue 141

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

Shades of Smalt #03268D

Tints of Smalt #03268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

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

R = 1.65%
G = 20.88%
B = 77.47%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03268D (or 0x03268D) is known color: Smalt. HEX triplet: 03, 26 and 8D. RGB value is (3,38,141). Sum of RGB (Red+Green+Blue) = 3+38+141=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #03268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03268D is #FCD972. Grayscale: #262626. Windows color (decimal): -16570739 or 9250307. OLE color: 9250307.

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

Color convert

RGB 3 38 141 -
CMYK 0.98 0.73 0 0.45
HSL 224.78º 0.96% 0.28% -
HSV(B) 224.78º 0.98% 0.55% -
XYZ 5.54 3.33 25.55 -
YUV 39.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 3 38 141 0.98 0.73 0 0.45 224.78 0.96 0.28
Hex 3 26 8D 62 49 0 2D E1 60 1C
Octal 3 46 215 142 111 0 55 341 140 34
Binary 11 100110 10001101 1100010 1001001 0 101101 11100001 1100000 11100

Color Harmonies of #03268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03268D

Black with #03268D

Text Example


Text Example

White with #03268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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