Html Css Color HEX #034392 Smalt

📋 copy color: '#034392'

red 3 ◦ green 67 ◦ blue 146

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

Shades of Smalt #034392

Tints of Smalt #034392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 1.39%
G = 31.02%
B = 67.59%

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

#034392 (or 0x034392) is known color: Smalt. HEX triplet: 03, 43 and 92. RGB value is (3,67,146). Sum of RGB (Red+Green+Blue) = 3+67+146=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #034392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034392 is #FCBC6D. Grayscale: #383838. Windows color (decimal): -16563310 or 9585411. OLE color: 9585411.

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

Color convert

RGB 3 67 146 -
CMYK 0.98 0.54 0 0.43
HSL 213.15º 0.96% 0.29% -
HSV(B) 213.15º 0.98% 0.57% -
XYZ 7.23 6.11 27.99 -
YUV 56.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 3 67 146 0.98 0.54 0 0.43 213.15 0.96 0.29
Hex 3 43 92 62 36 0 2B D5 60 1D
Octal 3 103 222 142 66 0 53 325 140 35
Binary 11 1000011 10010010 1100010 110110 0 101011 11010101 1100000 11101

Color Harmonies of #034392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034392

Black with #034392

Text Example


Text Example

White with #034392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034392; }

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

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

background-color css

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

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

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

border-color css

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

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

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