Html Css Color HEX #346789 Astral

📋 copy color: '#346789'

red 52 ◦ green 103 ◦ blue 137

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

Shades of Astral #346789

Tints of Astral #346789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 17.81%
G = 35.27%
B = 46.92%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#346789 (or 0x346789) is known color: Astral. HEX triplet: 34, 67 and 89. RGB value is (52,103,137). Sum of RGB (Red+Green+Blue) = 52+103+137=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #346789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346789 is #CB9876. Grayscale: #5B5B5B. Windows color (decimal): -13342839 or 9004852. OLE color: 9004852.

HSL color Cylindrical-coordinate representation of color #346789: hue angle of 204º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346789 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 103 137 -
CMYK 0.62 0.25 0 0.46
HSL 204º 0.45% 0.37% -
HSV(B) 204º 0.62% 0.54% -
XYZ 10.78 12.24 25.46 -
YUV 91.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 52 103 137 0.62 0.25 0 0.46 204 0.45 0.37
Hex 34 67 89 3E 19 0 2E CC 2D 25
Octal 64 147 211 76 31 0 56 314 55 45
Binary 110100 1100111 10001001 111110 11001 0 101110 11001100 101101 100101

Color Harmonies of #346789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346789

Black with #346789

Text Example


Text Example

White with #346789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346789; }

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

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

background-color css

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

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

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

border-color css

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

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

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