Html Css Color HEX #346589 Astral

📋 copy color: '#346589'

red 52 ◦ green 101 ◦ blue 137

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

Shades of Astral #346589

Tints of Astral #346589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 17.93%
G = 34.83%
B = 47.24%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#346589 (or 0x346589) is known color: Astral. HEX triplet: 34, 65 and 89. RGB value is (52,101,137). Sum of RGB (Red+Green+Blue) = 52+101+137=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #346589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346589 is #CB9A76. Grayscale: #5A5A5A. Windows color (decimal): -13343351 or 9004340. OLE color: 9004340.

HSL color Cylindrical-coordinate representation of color #346589: hue angle of 205.41º 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 #346589 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 101 137 -
CMYK 0.62 0.26 0 0.46
HSL 205.41º 0.45% 0.37% -
HSV(B) 205.41º 0.62% 0.54% -
XYZ 10.59 11.84 25.4 -
YUV 90.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 52 101 137 0.62 0.26 0 0.46 205.41 0.45 0.37
Hex 34 65 89 3E 1A 0 2E CD 2D 25
Octal 64 145 211 76 32 0 56 315 55 45
Binary 110100 1100101 10001001 111110 11010 0 101110 11001101 101101 100101

Color Harmonies of #346589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346589

Black with #346589

Text Example


Text Example

White with #346589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346589; }

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

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

background-color css

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

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

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

border-color css

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

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

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