Html Css Color HEX #034292 Smalt

📋 copy color: '#034292'

red 3 ◦ green 66 ◦ blue 146

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

Shades of Smalt #034292

Tints of Smalt #034292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 1.4%
G = 30.7%
B = 67.91%

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

#034292 (or 0x034292) is known color: Smalt. HEX triplet: 03, 42 and 92. RGB value is (3,66,146). Sum of RGB (Red+Green+Blue) = 3+66+146=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #034292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034292 is #FCBD6D. Grayscale: #373737. Windows color (decimal): -16563566 or 9585155. OLE color: 9585155.

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

Color convert

RGB 3 66 146 -
CMYK 0.98 0.55 0 0.43
HSL 213.57º 0.96% 0.29% -
HSV(B) 213.57º 0.98% 0.57% -
XYZ 7.17 5.99 27.97 -
YUV 56.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 3 66 146 0.98 0.55 0 0.43 213.57 0.96 0.29
Hex 3 42 92 62 37 0 2B D6 60 1D
Octal 3 102 222 142 67 0 53 326 140 35
Binary 11 1000010 10010010 1100010 110111 0 101011 11010110 1100000 11101

Color Harmonies of #034292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034292

Black with #034292

Text Example


Text Example

White with #034292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034292; }

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

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

background-color css

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

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

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

border-color css

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

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

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