Html Css Color HEX #034190 Smalt

📋 copy color: '#034190'

red 3 ◦ green 65 ◦ blue 144

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

Shades of Smalt #034190

Tints of Smalt #034190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 1.42%
G = 30.66%
B = 67.92%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#034190 (or 0x034190) is known color: Smalt. HEX triplet: 03, 41 and 90. RGB value is (3,65,144). Sum of RGB (Red+Green+Blue) = 3+65+144=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #034190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034190 is #FCBE6F. Grayscale: #373737. Windows color (decimal): -16563824 or 9453827. OLE color: 9453827.

HSL color Cylindrical-coordinate representation of color #034190: hue angle of 213.62º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034190 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 65 144 -
CMYK 0.98 0.55 0 0.44
HSL 213.62º 0.96% 0.29% -
HSV(B) 213.62º 0.98% 0.56% -
XYZ 6.96 5.81 27.14 -
YUV 55.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 3 65 144 0.98 0.55 0 0.44 213.62 0.96 0.29
Hex 3 41 90 62 37 0 2C D6 60 1D
Octal 3 101 220 142 67 0 54 326 140 35
Binary 11 1000001 10010000 1100010 110111 0 101100 11010110 1100000 11101

Color Harmonies of #034190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034190

Black with #034190

Text Example


Text Example

White with #034190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034190; }

 p { color: rgb(3,65,144); }

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

background-color css

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

 a { background-color: rgb(3,65,144); }

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

border-color css

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

 span { border-color: rgb(3,65,144); }

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