Html Css Color HEX #03368D Smalt

📋 copy color: '#03368D'

red 3 ◦ green 54 ◦ blue 141

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

Shades of Smalt #03368D

Tints of Smalt #03368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 1.52%
G = 27.27%
B = 71.21%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03368D (or 0x03368D) is known color: Smalt. HEX triplet: 03, 36 and 8D. RGB value is (3,54,141). Sum of RGB (Red+Green+Blue) = 3+54+141=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #03368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03368D is #FCC972. Grayscale: #303030. Windows color (decimal): -16566643 or 9254403. OLE color: 9254403.

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

Color convert

RGB 3 54 141 -
CMYK 0.98 0.62 0 0.45
HSL 217.83º 0.96% 0.28% -
HSV(B) 217.83º 0.98% 0.55% -
XYZ 6.16 4.58 25.76 -
YUV 48.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 3 54 141 0.98 0.62 0 0.45 217.83 0.96 0.28
Hex 3 36 8D 62 3E 0 2D DA 60 1C
Octal 3 66 215 142 76 0 55 332 140 34
Binary 11 110110 10001101 1100010 111110 0 101101 11011010 1100000 11100

Color Harmonies of #03368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03368D

Black with #03368D

Text Example


Text Example

White with #03368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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