Html Css Color HEX #034192 Smalt

📋 copy color: '#034192'

red 3 ◦ green 65 ◦ blue 146

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

Shades of Smalt #034192

Tints of Smalt #034192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 1.4%
G = 30.37%
B = 68.22%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#034192 (or 0x034192) is known color: Smalt. HEX triplet: 03, 41 and 92. RGB value is (3,65,146). Sum of RGB (Red+Green+Blue) = 3+65+146=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #034192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034192 is #FCBE6D. Grayscale: #373737. Windows color (decimal): -16563822 or 9584899. OLE color: 9584899.

HSL color Cylindrical-coordinate representation of color #034192: hue angle of 213.99º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034192 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 65 146 -
CMYK 0.98 0.55 0 0.43
HSL 213.99º 0.96% 0.29% -
HSV(B) 213.99º 0.98% 0.57% -
XYZ 7.12 5.88 27.95 -
YUV 55.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 3 65 146 0.98 0.55 0 0.43 213.99 0.96 0.29
Hex 3 41 92 62 37 0 2B D6 60 1D
Octal 3 101 222 142 67 0 53 326 140 35
Binary 11 1000001 10010010 1100010 110111 0 101011 11010110 1100000 11101

Color Harmonies of #034192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034192

Black with #034192

Text Example


Text Example

White with #034192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034192; }

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

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

background-color css

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

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

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

border-color css

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

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

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