Html Css Color HEX #034096 Smalt

📋 copy color: '#034096'

red 3 ◦ green 64 ◦ blue 150

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

Shades of Smalt #034096

Tints of Smalt #034096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 1.38%
G = 29.49%
B = 69.12%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#034096 (or 0x034096) is known color: Smalt. HEX triplet: 03, 40 and 96. RGB value is (3,64,150). Sum of RGB (Red+Green+Blue) = 3+64+150=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #034096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034096 is #FCBF69. Grayscale: #373737. Windows color (decimal): -16564074 or 9846787. OLE color: 9846787.

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

Color convert

RGB 3 64 150 -
CMYK 0.98 0.57 0 0.41
HSL 215.1º 0.96% 0.3% -
HSV(B) 215.1º 0.98% 0.59% -
XYZ 7.38 5.89 29.6 -
YUV 55.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 3 64 150 0.98 0.57 0 0.41 215.1 0.96 0.3
Hex 3 40 96 62 39 0 29 D7 60 1E
Octal 3 100 226 142 71 0 51 327 140 36
Binary 11 1000000 10010110 1100010 111001 0 101001 11010111 1100000 11110

Color Harmonies of #034096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034096

Black with #034096

Text Example


Text Example

White with #034096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034096; }

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

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

background-color css

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

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

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

border-color css

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

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

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