Html Css Color HEX #034199 Smalt

📋 copy color: '#034199'

red 3 ◦ green 65 ◦ blue 153

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

Shades of Smalt #034199

Tints of Smalt #034199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 1.36%
G = 29.41%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#034199 (or 0x034199) is known color: Smalt. HEX triplet: 03, 41 and 99. RGB value is (3,65,153). Sum of RGB (Red+Green+Blue) = 3+65+153=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #034199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034199 is #FCBE66. Grayscale: #383838. Windows color (decimal): -16563815 or 10043651. OLE color: 10043651.

HSL color Cylindrical-coordinate representation of color #034199: hue angle of 215.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034199 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 65 153 -
CMYK 0.98 0.58 0 0.4
HSL 215.2º 0.96% 0.31% -
HSV(B) 215.2º 0.98% 0.6% -
XYZ 7.68 6.1 30.91 -
YUV 56.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 3 65 153 0.98 0.58 0 0.4 215.2 0.96 0.31
Hex 3 41 99 62 3A 0 28 D7 60 1F
Octal 3 101 231 142 72 0 50 327 140 37
Binary 11 1000001 10011001 1100010 111010 0 101000 11010111 1100000 11111

Color Harmonies of #034199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034199

Black with #034199

Text Example


Text Example

White with #034199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034199; }

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

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

background-color css

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

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

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

border-color css

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

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

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