Html Css Color HEX #03388E Smalt

📋 copy color: '#03388E'

red 3 ◦ green 56 ◦ blue 142

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

Shades of Smalt #03388E

Tints of Smalt #03388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 142 (55.86% from 255) = 70.65%

R = 1.49%
G = 27.86%
B = 70.65%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03388E (or 0x03388E) is known color: Smalt. HEX triplet: 03, 38 and 8E. RGB value is (3,56,142). Sum of RGB (Red+Green+Blue) = 3+56+142=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #03388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03388E is #FCC771. Grayscale: #313131. Windows color (decimal): -16566130 or 9320451. OLE color: 9320451.

HSL color Cylindrical-coordinate representation of color #03388E: hue angle of 217.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03388E is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 56 142 -
CMYK 0.98 0.61 0 0.44
HSL 217.12º 0.96% 0.28% -
HSV(B) 217.12º 0.98% 0.56% -
XYZ 6.33 4.8 26.18 -
YUV 49.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 3 56 142 0.98 0.61 0 0.44 217.12 0.96 0.28
Hex 3 38 8E 62 3D 0 2C D9 60 1C
Octal 3 70 216 142 75 0 54 331 140 34
Binary 11 111000 10001110 1100010 111101 0 101100 11011001 1100000 11100

Color Harmonies of #03388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03388E

Black with #03388E

Text Example


Text Example

White with #03388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03388E; }

 p { color: rgb(3,56,142); }

 H1.HeaderClassName
 {
   color: #03388E;
 }
 .AnyTagClassName
 {
   color: #03388E;
 }
</style>

background-color css

<style>
 a { background-color: #03388E; }

 a { background-color: rgb(3,56,142); }

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

border-color css

<style>
 span { border-color: #03388E; }

 span { border-color: rgb(3,56,142); }

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