Html Css Color HEX #346983 Astral

📋 copy color: '#346983'

red 52 ◦ green 105 ◦ blue 131

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

Shades of Astral #346983

Tints of Astral #346983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.49%

R = 18.06%
G = 36.46%
B = 45.49%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346983 (or 0x346983) is known color: Astral. HEX triplet: 34, 69 and 83. RGB value is (52,105,131). Sum of RGB (Red+Green+Blue) = 52+105+131=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #346983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346983 is #CB967C. Grayscale: #5B5B5B. Windows color (decimal): -13342333 or 8612148. OLE color: 8612148.

HSL color Cylindrical-coordinate representation of color #346983: hue angle of 199.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346983 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 105 131 -
CMYK 0.60 0.20 0 0.49
HSL 199.75º 0.43% 0.36% -
HSV(B) 199.75º 0.6% 0.51% -
XYZ 10.56 12.47 23.32 -
YUV 92.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 52 105 131 0.60 0.20 0 0.49 199.75 0.43 0.36
Hex 34 69 83 3C 14 0 31 C8 2B 24
Octal 64 151 203 74 24 0 61 310 53 44
Binary 110100 1101001 10000011 111100 10100 0 110001 11001000 101011 100100

Color Harmonies of #346983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346983

Black with #346983

Text Example


Text Example

White with #346983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346983; }

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

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

background-color css

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

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

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

border-color css

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

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

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