Html Css Color HEX #034394 Smalt

📋 copy color: '#034394'

red 3 ◦ green 67 ◦ blue 148

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

Shades of Smalt #034394

Tints of Smalt #034394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 1.38%
G = 30.73%
B = 67.89%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#034394 (or 0x034394) is known color: Smalt. HEX triplet: 03, 43 and 94. RGB value is (3,67,148). Sum of RGB (Red+Green+Blue) = 3+67+148=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #034394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034394 is #FCBC6B. Grayscale: #383838. Windows color (decimal): -16563308 or 9716483. OLE color: 9716483.

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

Color convert

RGB 3 67 148 -
CMYK 0.98 0.55 0 0.42
HSL 213.52º 0.96% 0.3% -
HSV(B) 213.52º 0.98% 0.58% -
XYZ 7.39 6.17 28.82 -
YUV 57.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 3 67 148 0.98 0.55 0 0.42 213.52 0.96 0.3
Hex 3 43 94 62 37 0 2A D6 60 1E
Octal 3 103 224 142 67 0 52 326 140 36
Binary 11 1000011 10010100 1100010 110111 0 101010 11010110 1100000 11110

Color Harmonies of #034394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034394

Black with #034394

Text Example


Text Example

White with #034394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034394; }

 p { color: rgb(3,67,148); }

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

background-color css

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

 a { background-color: rgb(3,67,148); }

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

border-color css

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

 span { border-color: rgb(3,67,148); }

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