Html Css Color HEX #346890 Astral

📋 copy color: '#346890'

red 52 ◦ green 104 ◦ blue 144

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

Shades of Astral #346890

Tints of Astral #346890

RGB

 RED value IS 52 (20.7% from 255) = 17.33%

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 17.33%
G = 34.67%
B = 48%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346890 (or 0x346890) is known color: Astral. HEX triplet: 34, 68 and 90. RGB value is (52,104,144). Sum of RGB (Red+Green+Blue) = 52+104+144=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #346890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346890 is #CB976F. Grayscale: #5C5C5C. Windows color (decimal): -13342576 or 9463860. OLE color: 9463860.

HSL color Cylindrical-coordinate representation of color #346890: hue angle of 206.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346890 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 104 144 -
CMYK 0.64 0.28 0 0.44
HSL 206.09º 0.47% 0.38% -
HSV(B) 206.09º 0.64% 0.56% -
XYZ 11.4 12.64 28.23 -
YUV 93.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 52 104 144 0.64 0.28 0 0.44 206.09 0.47 0.38
Hex 34 68 90 40 1C 0 2C CE 2F 26
Octal 64 150 220 100 34 0 54 316 57 46
Binary 110100 1101000 10010000 1000000 11100 0 101100 11001110 101111 100110

Color Harmonies of #346890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346890

Black with #346890

Text Example


Text Example

White with #346890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346890; }

 p { color: rgb(52,104,144); }

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

background-color css

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

 a { background-color: rgb(52,104,144); }

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

border-color css

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

 span { border-color: rgb(52,104,144); }

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