Html Css Color HEX #346683 Astral

📋 copy color: '#346683'

red 52 ◦ green 102 ◦ blue 131

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

Shades of Astral #346683

Tints of Astral #346683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 18.25%
G = 35.79%
B = 45.96%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346683 (or 0x346683) is known color: Astral. HEX triplet: 34, 66 and 83. RGB value is (52,102,131). Sum of RGB (Red+Green+Blue) = 52+102+131=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #346683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346683 is #CB997C. Grayscale: #5A5A5A. Windows color (decimal): -13343101 or 8611380. OLE color: 8611380.

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

Color convert

RGB 52 102 131 -
CMYK 0.60 0.22 0 0.49
HSL 202.03º 0.43% 0.36% -
HSV(B) 202.03º 0.6% 0.51% -
XYZ 10.26 11.87 23.22 -
YUV 90.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 52 102 131 0.60 0.22 0 0.49 202.03 0.43 0.36
Hex 34 66 83 3C 16 0 31 CA 2B 24
Octal 64 146 203 74 26 0 61 312 53 44
Binary 110100 1100110 10000011 111100 10110 0 110001 11001010 101011 100100

Color Harmonies of #346683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346683

Black with #346683

Text Example


Text Example

White with #346683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346683; }

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

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

background-color css

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

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

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

border-color css

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

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

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