Html Css Color HEX #034194 Smalt

📋 copy color: '#034194'

red 3 ◦ green 65 ◦ blue 148

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

Shades of Smalt #034194

Tints of Smalt #034194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 1.39%
G = 30.09%
B = 68.52%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#034194 (or 0x034194) is known color: Smalt. HEX triplet: 03, 41 and 94. RGB value is (3,65,148). Sum of RGB (Red+Green+Blue) = 3+65+148=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #034194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034194 is #FCBE6B. Grayscale: #373737. Windows color (decimal): -16563820 or 9715971. OLE color: 9715971.

HSL color Cylindrical-coordinate representation of color #034194: hue angle of 214.34º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034194 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 65 148 -
CMYK 0.98 0.56 0 0.42
HSL 214.34º 0.96% 0.3% -
HSV(B) 214.34º 0.98% 0.58% -
XYZ 7.27 5.94 28.78 -
YUV 55.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 3 65 148 0.98 0.56 0 0.42 214.34 0.96 0.3
Hex 3 41 94 62 38 0 2A D6 60 1E
Octal 3 101 224 142 70 0 52 326 140 36
Binary 11 1000001 10010100 1100010 111000 0 101010 11010110 1100000 11110

Color Harmonies of #034194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034194

Black with #034194

Text Example


Text Example

White with #034194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034194; }

 p { color: rgb(3,65,148); }

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

background-color css

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

 a { background-color: rgb(3,65,148); }

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

border-color css

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

 span { border-color: rgb(3,65,148); }

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