Html Css Color HEX #346C87 Astral

📋 copy color: '#346C87'

red 52 ◦ green 108 ◦ blue 135

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

Shades of Astral #346C87

Tints of Astral #346C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 17.63%
G = 36.61%
B = 45.76%

CMYK

 C value IS 0.61

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346C87 (or 0x346C87) is known color: Astral. HEX triplet: 34, 6C and 87. RGB value is (52,108,135). Sum of RGB (Red+Green+Blue) = 52+108+135=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #346C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C87 is #CB9378. Grayscale: #5E5E5E. Windows color (decimal): -13341561 or 8875060. OLE color: 8875060.

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

Color convert

RGB 52 108 135 -
CMYK 0.61 0.2 0 0.47
HSL 199.52º 0.44% 0.37% -
HSV(B) 199.52º 0.61% 0.53% -
XYZ 11.15 13.2 24.88 -
YUV 94.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 52 108 135 0.61 0.2 0 0.47 199.52 0.44 0.37
Hex 34 6C 87 3D 14 0 2F C8 2C 25
Octal 64 154 207 75 24 0 57 310 54 45
Binary 110100 1101100 10000111 111101 10100 0 101111 11001000 101100 100101

Color Harmonies of #346C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C87

Black with #346C87

Text Example


Text Example

White with #346C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,135); }

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

background-color css

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

 a { background-color: rgb(52,108,135); }

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

border-color css

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

 span { border-color: rgb(52,108,135); }

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