Html Css Color HEX #346680 Astral

📋 copy color: '#346680'

red 52 ◦ green 102 ◦ blue 128

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

Shades of Astral #346680

Tints of Astral #346680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 18.44%
G = 36.17%
B = 45.39%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#346680 (or 0x346680) is known color: Astral. HEX triplet: 34, 66 and 80. RGB value is (52,102,128). Sum of RGB (Red+Green+Blue) = 52+102+128=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #346680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346680 is #CB997F. Grayscale: #595959. Windows color (decimal): -13343104 or 8414772. OLE color: 8414772.

HSL color Cylindrical-coordinate representation of color #346680: hue angle of 200.53º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346680 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 102 128 -
CMYK 0.59 0.20 0 0.50
HSL 200.53º 0.42% 0.35% -
HSV(B) 200.53º 0.59% 0.5% -
XYZ 10.06 11.79 22.17 -
YUV 90.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 52 102 128 0.59 0.20 0 0.50 200.53 0.42 0.35
Hex 34 66 80 3B 14 0 32 C9 2A 23
Octal 64 146 200 73 24 0 62 311 52 43
Binary 110100 1100110 10000000 111011 10100 0 110010 11001001 101010 100011

Color Harmonies of #346680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346680

Black with #346680

Text Example


Text Example

White with #346680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346680; }

 p { color: rgb(52,102,128); }

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

background-color css

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

 a { background-color: rgb(52,102,128); }

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

border-color css

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

 span { border-color: rgb(52,102,128); }

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