Html Css Color HEX #034492 Smalt

📋 copy color: '#034492'

red 3 ◦ green 68 ◦ blue 146

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

Shades of Smalt #034492

Tints of Smalt #034492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 1.38%
G = 31.34%
B = 67.28%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#034492 (or 0x034492) is known color: Smalt. HEX triplet: 03, 44 and 92. RGB value is (3,68,146). Sum of RGB (Red+Green+Blue) = 3+68+146=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #034492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034492 is #FCBB6D. Grayscale: #393939. Windows color (decimal): -16563054 or 9585667. OLE color: 9585667.

HSL color Cylindrical-coordinate representation of color #034492: hue angle of 212.73º 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 #034492 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 68 146 -
CMYK 0.98 0.53 0 0.43
HSL 212.73º 0.96% 0.29% -
HSV(B) 212.73º 0.98% 0.57% -
XYZ 7.29 6.23 28.01 -
YUV 57.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 3 68 146 0.98 0.53 0 0.43 212.73 0.96 0.29
Hex 3 44 92 62 35 0 2B D5 60 1D
Octal 3 104 222 142 65 0 53 325 140 35
Binary 11 1000100 10010010 1100010 110101 0 101011 11010101 1100000 11101

Color Harmonies of #034492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034492

Black with #034492

Text Example


Text Example

White with #034492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034492; }

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

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

background-color css

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

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

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

border-color css

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

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

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