Html Css Color HEX #034095 Smalt

📋 copy color: '#034095'

red 3 ◦ green 64 ◦ blue 149

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

Shades of Smalt #034095

Tints of Smalt #034095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

 BLUE value IS 149 (58.59% from 255) = 68.98%

R = 1.39%
G = 29.63%
B = 68.98%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#034095 (or 0x034095) is known color: Smalt. HEX triplet: 03, 40 and 95. RGB value is (3,64,149). Sum of RGB (Red+Green+Blue) = 3+64+149=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #034095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034095 is #FCBF6A. Grayscale: #373737. Windows color (decimal): -16564075 or 9781251. OLE color: 9781251.

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

Color convert

RGB 3 64 149 -
CMYK 0.98 0.57 0 0.42
HSL 214.93º 0.96% 0.3% -
HSV(B) 214.93º 0.98% 0.58% -
XYZ 7.3 5.86 29.18 -
YUV 55.45 180.79 90.59 -
System Red Green Blue C M Y K H S L
Decimal 3 64 149 0.98 0.57 0 0.42 214.93 0.96 0.3
Hex 3 40 95 62 39 0 2A D7 60 1E
Octal 3 100 225 142 71 0 52 327 140 36
Binary 11 1000000 10010101 1100010 111001 0 101010 11010111 1100000 11110

Color Harmonies of #034095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034095

Black with #034095

Text Example


Text Example

White with #034095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034095; }

 p { color: rgb(3,64,149); }

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

background-color css

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

 a { background-color: rgb(3,64,149); }

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

border-color css

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

 span { border-color: rgb(3,64,149); }

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