Html Css Color HEX #346686 Astral

📋 copy color: '#346686'

red 52 ◦ green 102 ◦ blue 134

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

Shades of Astral #346686

Tints of Astral #346686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 18.06%
G = 35.42%
B = 46.53%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346686 (or 0x346686) is known color: Astral. HEX triplet: 34, 66 and 86. RGB value is (52,102,134). Sum of RGB (Red+Green+Blue) = 52+102+134=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #346686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346686 is #CB9979. Grayscale: #5A5A5A. Windows color (decimal): -13343098 or 8807988. OLE color: 8807988.

HSL color Cylindrical-coordinate representation of color #346686: hue angle of 203.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346686 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 102 134 -
CMYK 0.61 0.24 0 0.47
HSL 203.41º 0.44% 0.36% -
HSV(B) 203.41º 0.61% 0.53% -
XYZ 10.47 11.95 24.31 -
YUV 90.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 52 102 134 0.61 0.24 0 0.47 203.41 0.44 0.36
Hex 34 66 86 3D 18 0 2F CB 2C 24
Octal 64 146 206 75 30 0 57 313 54 44
Binary 110100 1100110 10000110 111101 11000 0 101111 11001011 101100 100100

Color Harmonies of #346686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346686

Black with #346686

Text Example


Text Example

White with #346686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346686; }

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

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

background-color css

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

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

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

border-color css

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

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

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