Html Css Color HEX #346E8C Astral

📋 copy color: '#346E8C'

red 52 ◦ green 110 ◦ blue 140

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

Shades of Astral #346E8C

Tints of Astral #346E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 17.22%
G = 36.42%
B = 46.36%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#346E8C (or 0x346E8C) is known color: Astral. HEX triplet: 34, 6E and 8C. RGB value is (52,110,140). Sum of RGB (Red+Green+Blue) = 52+110+140=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #346E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E8C is #CB9173. Grayscale: #5F5F5F. Windows color (decimal): -13341044 or 9203252. OLE color: 9203252.

HSL color Cylindrical-coordinate representation of color #346E8C: hue angle of 200.45º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346E8C is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 110 140 -
CMYK 0.63 0.21 0 0.45
HSL 200.45º 0.46% 0.38% -
HSV(B) 200.45º 0.63% 0.55% -
XYZ 11.73 13.78 26.85 -
YUV 96.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 52 110 140 0.63 0.21 0 0.45 200.45 0.46 0.38
Hex 34 6E 8C 3F 15 0 2D C8 2E 26
Octal 64 156 214 77 25 0 55 310 56 46
Binary 110100 1101110 10001100 111111 10101 0 101101 11001000 101110 100110

Color Harmonies of #346E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E8C

Black with #346E8C

Text Example


Text Example

White with #346E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346E8C; }

 p { color: rgb(52,110,140); }

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

background-color css

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

 a { background-color: rgb(52,110,140); }

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

border-color css

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

 span { border-color: rgb(52,110,140); }

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