Html Css Color HEX #346783 Astral

📋 copy color: '#346783'

red 52 ◦ green 103 ◦ blue 131

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

Shades of Astral #346783

Tints of Astral #346783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.01%

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

R = 18.18%
G = 36.01%
B = 45.8%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346783 (or 0x346783) is known color: Astral. HEX triplet: 34, 67 and 83. RGB value is (52,103,131). Sum of RGB (Red+Green+Blue) = 52+103+131=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #346783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346783 is #CB987C. Grayscale: #5A5A5A. Windows color (decimal): -13342845 or 8611636. OLE color: 8611636.

HSL color Cylindrical-coordinate representation of color #346783: hue angle of 201.27º 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 #346783 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 103 131 -
CMYK 0.60 0.21 0 0.49
HSL 201.27º 0.43% 0.36% -
HSV(B) 201.27º 0.6% 0.51% -
XYZ 10.36 12.07 23.26 -
YUV 90.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 52 103 131 0.60 0.21 0 0.49 201.27 0.43 0.36
Hex 34 67 83 3C 15 0 31 C9 2B 24
Octal 64 147 203 74 25 0 61 311 53 44
Binary 110100 1100111 10000011 111100 10101 0 110001 11001001 101011 100100

Color Harmonies of #346783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346783

Black with #346783

Text Example


Text Example

White with #346783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346783; }

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

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

background-color css

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

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

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

border-color css

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

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

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