Html Css Color HEX #034291 Smalt

📋 copy color: '#034291'

red 3 ◦ green 66 ◦ blue 145

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

Shades of Smalt #034291

Tints of Smalt #034291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 67.76%

R = 1.4%
G = 30.84%
B = 67.76%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#034291 (or 0x034291) is known color: Smalt. HEX triplet: 03, 42 and 91. RGB value is (3,66,145). Sum of RGB (Red+Green+Blue) = 3+66+145=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #034291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034291 is #FCBD6E. Grayscale: #373737. Windows color (decimal): -16563567 or 9519619. OLE color: 9519619.

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

Color convert

RGB 3 66 145 -
CMYK 0.98 0.54 0 0.43
HSL 213.38º 0.96% 0.29% -
HSV(B) 213.38º 0.98% 0.57% -
XYZ 7.1 5.96 27.56 -
YUV 56.17 178.13 90.08 -
System Red Green Blue C M Y K H S L
Decimal 3 66 145 0.98 0.54 0 0.43 213.38 0.96 0.29
Hex 3 42 91 62 36 0 2B D5 60 1D
Octal 3 102 221 142 66 0 53 325 140 35
Binary 11 1000010 10010001 1100010 110110 0 101011 11010101 1100000 11101

Color Harmonies of #034291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034291

Black with #034291

Text Example


Text Example

White with #034291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034291; }

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

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

background-color css

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

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

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

border-color css

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

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

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