Html Css Color HEX #346992 Astral

📋 copy color: '#346992'

red 52 ◦ green 105 ◦ blue 146

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

Shades of Astral #346992

Tints of Astral #346992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 17.16%
G = 34.65%
B = 48.18%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346992 (or 0x346992) is known color: Astral. HEX triplet: 34, 69 and 92. RGB value is (52,105,146). Sum of RGB (Red+Green+Blue) = 52+105+146=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #346992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346992 is #CB966D. Grayscale: #5D5D5D. Windows color (decimal): -13342318 or 9595188. OLE color: 9595188.

HSL color Cylindrical-coordinate representation of color #346992: hue angle of 206.17º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346992 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 105 146 -
CMYK 0.64 0.28 0 0.43
HSL 206.17º 0.47% 0.39% -
HSV(B) 206.17º 0.64% 0.57% -
XYZ 11.66 12.91 29.07 -
YUV 93.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 52 105 146 0.64 0.28 0 0.43 206.17 0.47 0.39
Hex 34 69 92 40 1C 0 2B CE 2F 27
Octal 64 151 222 100 34 0 53 316 57 47
Binary 110100 1101001 10010010 1000000 11100 0 101011 11001110 101111 100111

Color Harmonies of #346992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346992

Black with #346992

Text Example


Text Example

White with #346992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346992; }

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

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

background-color css

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

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

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

border-color css

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

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

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