Html Css Color HEX #034098 Smalt

📋 copy color: '#034098'

red 3 ◦ green 64 ◦ blue 152

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

Shades of Smalt #034098

Tints of Smalt #034098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 152 (59.77% from 255) = 69.41%

R = 1.37%
G = 29.22%
B = 69.41%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034098 (or 0x034098) is known color: Smalt. HEX triplet: 03, 40 and 98. RGB value is (3,64,152). Sum of RGB (Red+Green+Blue) = 3+64+152=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #034098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034098 is #FCBF67. Grayscale: #373737. Windows color (decimal): -16564072 or 9977859. OLE color: 9977859.

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

Color convert

RGB 3 64 152 -
CMYK 0.98 0.58 0 0.40
HSL 215.44º 0.96% 0.3% -
HSV(B) 215.44º 0.98% 0.6% -
XYZ 7.54 5.95 30.46 -
YUV 55.79 182.29 90.34 -
System Red Green Blue C M Y K H S L
Decimal 3 64 152 0.98 0.58 0 0.40 215.44 0.96 0.3
Hex 3 40 98 62 3A 0 28 D7 60 1E
Octal 3 100 230 142 72 0 50 327 140 36
Binary 11 1000000 10011000 1100010 111010 0 101000 11010111 1100000 11110

Color Harmonies of #034098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034098

Black with #034098

Text Example


Text Example

White with #034098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034098; }

 p { color: rgb(3,64,152); }

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

background-color css

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

 a { background-color: rgb(3,64,152); }

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

border-color css

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

 span { border-color: rgb(3,64,152); }

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