Html Css Color HEX #346891 Astral

📋 copy color: '#346891'

red 52 ◦ green 104 ◦ blue 145

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

Shades of Astral #346891

Tints of Astral #346891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 17.28%
G = 34.55%
B = 48.17%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346891 (or 0x346891) is known color: Astral. HEX triplet: 34, 68 and 91. RGB value is (52,104,145). Sum of RGB (Red+Green+Blue) = 52+104+145=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #346891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346891 is #CB976E. Grayscale: #5C5C5C. Windows color (decimal): -13342575 or 9529396. OLE color: 9529396.

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

Color convert

RGB 52 104 145 -
CMYK 0.64 0.28 0 0.43
HSL 206.45º 0.47% 0.39% -
HSV(B) 206.45º 0.64% 0.57% -
XYZ 11.48 12.68 28.63 -
YUV 93.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 52 104 145 0.64 0.28 0 0.43 206.45 0.47 0.39
Hex 34 68 91 40 1C 0 2B CE 2F 27
Octal 64 150 221 100 34 0 53 316 57 47
Binary 110100 1101000 10010001 1000000 11100 0 101011 11001110 101111 100111

Color Harmonies of #346891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346891

Black with #346891

Text Example


Text Example

White with #346891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346891; }

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

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

background-color css

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

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

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

border-color css

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

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

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