Html Css Color HEX #034296 Smalt

📋 copy color: '#034296'

red 3 ◦ green 66 ◦ blue 150

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

Shades of Smalt #034296

Tints of Smalt #034296

RGB

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

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

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

R = 1.37%
G = 30.14%
B = 68.49%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#034296 (or 0x034296) is known color: Smalt. HEX triplet: 03, 42 and 96. RGB value is (3,66,150). Sum of RGB (Red+Green+Blue) = 3+66+150=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #034296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034296 is #FCBD69. Grayscale: #383838. Windows color (decimal): -16563562 or 9847299. OLE color: 9847299.

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

Color convert

RGB 3 66 150 -
CMYK 0.98 0.56 0 0.41
HSL 214.29º 0.96% 0.3% -
HSV(B) 214.29º 0.98% 0.59% -
XYZ 7.49 6.12 29.64 -
YUV 56.74 180.63 89.67 -
System Red Green Blue C M Y K H S L
Decimal 3 66 150 0.98 0.56 0 0.41 214.29 0.96 0.3
Hex 3 42 96 62 38 0 29 D6 60 1E
Octal 3 102 226 142 70 0 51 326 140 36
Binary 11 1000010 10010110 1100010 111000 0 101001 11010110 1100000 11110

Color Harmonies of #034296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034296

Black with #034296

Text Example


Text Example

White with #034296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034296; }

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

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

background-color css

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

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

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

border-color css

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

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

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