Html Css Color HEX #346987 Astral

📋 copy color: '#346987'

red 52 ◦ green 105 ◦ blue 135

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

Shades of Astral #346987

Tints of Astral #346987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

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

R = 17.81%
G = 35.96%
B = 46.23%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346987 (or 0x346987) is known color: Astral. HEX triplet: 34, 69 and 87. RGB value is (52,105,135). Sum of RGB (Red+Green+Blue) = 52+105+135=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #346987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346987 is #CB9678. Grayscale: #5C5C5C. Windows color (decimal): -13342329 or 8874292. OLE color: 8874292.

HSL color Cylindrical-coordinate representation of color #346987: hue angle of 201.69º 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 #346987 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 105 135 -
CMYK 0.61 0.22 0 0.47
HSL 201.69º 0.44% 0.37% -
HSV(B) 201.69º 0.61% 0.53% -
XYZ 10.84 12.58 24.78 -
YUV 92.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 52 105 135 0.61 0.22 0 0.47 201.69 0.44 0.37
Hex 34 69 87 3D 16 0 2F CA 2C 25
Octal 64 151 207 75 26 0 57 312 54 45
Binary 110100 1101001 10000111 111101 10110 0 101111 11001010 101100 100101

Color Harmonies of #346987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346987

Black with #346987

Text Example


Text Example

White with #346987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346987; }

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

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

background-color css

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

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

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

border-color css

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

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

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