Html Css Color HEX #346685 Astral

📋 copy color: '#346685'

red 52 ◦ green 102 ◦ blue 133

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

Shades of Astral #346685

Tints of Astral #346685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 18.12%
G = 35.54%
B = 46.34%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346685 (or 0x346685) is known color: Astral. HEX triplet: 34, 66 and 85. RGB value is (52,102,133). Sum of RGB (Red+Green+Blue) = 52+102+133=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #346685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346685 is #CB997A. Grayscale: #5A5A5A. Windows color (decimal): -13343099 or 8742452. OLE color: 8742452.

HSL color Cylindrical-coordinate representation of color #346685: hue angle of 202.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346685 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 102 133 -
CMYK 0.61 0.23 0 0.48
HSL 202.96º 0.44% 0.36% -
HSV(B) 202.96º 0.61% 0.52% -
XYZ 10.4 11.93 23.94 -
YUV 90.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 52 102 133 0.61 0.23 0 0.48 202.96 0.44 0.36
Hex 34 66 85 3D 17 0 30 CB 2C 24
Octal 64 146 205 75 27 0 60 313 54 44
Binary 110100 1100110 10000101 111101 10111 0 110000 11001011 101100 100100

Color Harmonies of #346685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346685

Black with #346685

Text Example


Text Example

White with #346685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346685; }

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

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

background-color css

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

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

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

border-color css

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

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

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