Html Css Color HEX #346688 Astral

📋 copy color: '#346688'

red 52 ◦ green 102 ◦ blue 136

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

Shades of Astral #346688

Tints of Astral #346688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 17.93%
G = 35.17%
B = 46.9%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346688 (or 0x346688) is known color: Astral. HEX triplet: 34, 66 and 88. RGB value is (52,102,136). Sum of RGB (Red+Green+Blue) = 52+102+136=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #346688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346688 is #CB9977. Grayscale: #5A5A5A. Windows color (decimal): -13343096 or 8939060. OLE color: 8939060.

HSL color Cylindrical-coordinate representation of color #346688: hue angle of 204.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346688 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 102 136 -
CMYK 0.62 0.25 0 0.47
HSL 204.29º 0.45% 0.37% -
HSV(B) 204.29º 0.62% 0.53% -
XYZ 10.61 12.01 25.05 -
YUV 90.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 52 102 136 0.62 0.25 0 0.47 204.29 0.45 0.37
Hex 34 66 88 3E 19 0 2F CC 2D 25
Octal 64 146 210 76 31 0 57 314 55 45
Binary 110100 1100110 10001000 111110 11001 0 101111 11001100 101101 100101

Color Harmonies of #346688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346688

Black with #346688

Text Example


Text Example

White with #346688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346688; }

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

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

background-color css

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

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

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

border-color css

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

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

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