Html Css Color HEX #034090 Smalt

📋 copy color: '#034090'

red 3 ◦ green 64 ◦ blue 144

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

Shades of Smalt #034090

Tints of Smalt #034090

RGB

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

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

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

R = 1.42%
G = 30.33%
B = 68.25%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#034090 (or 0x034090) is known color: Smalt. HEX triplet: 03, 40 and 90. RGB value is (3,64,144). Sum of RGB (Red+Green+Blue) = 3+64+144=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #034090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034090 is #FCBF6F. Grayscale: #363636. Windows color (decimal): -16564080 or 9453571. OLE color: 9453571.

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

Color convert

RGB 3 64 144 -
CMYK 0.98 0.56 0 0.44
HSL 214.04º 0.96% 0.29% -
HSV(B) 214.04º 0.98% 0.56% -
XYZ 6.9 5.7 27.12 -
YUV 54.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 3 64 144 0.98 0.56 0 0.44 214.04 0.96 0.29
Hex 3 40 90 62 38 0 2C D6 60 1D
Octal 3 100 220 142 70 0 54 326 140 35
Binary 11 1000000 10010000 1100010 111000 0 101100 11010110 1100000 11101

Color Harmonies of #034090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034090

Black with #034090

Text Example


Text Example

White with #034090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034090; }

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

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

background-color css

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

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

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

border-color css

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

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

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