Html Css Color HEX #346A90 Astral

📋 copy color: '#346A90'

red 52 ◦ green 106 ◦ blue 144

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

Shades of Astral #346A90

Tints of Astral #346A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 17.22%
G = 35.1%
B = 47.68%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346A90 (or 0x346A90) is known color: Astral. HEX triplet: 34, 6A and 90. RGB value is (52,106,144). Sum of RGB (Red+Green+Blue) = 52+106+144=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #346A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A90 is #CB956F. Grayscale: #5D5D5D. Windows color (decimal): -13342064 or 9464372. OLE color: 9464372.

HSL color Cylindrical-coordinate representation of color #346A90: hue angle of 204.78º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346A90 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 106 144 -
CMYK 0.64 0.26 0 0.44
HSL 204.78º 0.47% 0.38% -
HSV(B) 204.78º 0.64% 0.56% -
XYZ 11.6 13.05 28.29 -
YUV 94.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 52 106 144 0.64 0.26 0 0.44 204.78 0.47 0.38
Hex 34 6A 90 40 1A 0 2C CD 2F 26
Octal 64 152 220 100 32 0 54 315 57 46
Binary 110100 1101010 10010000 1000000 11010 0 101100 11001101 101111 100110

Color Harmonies of #346A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A90

Black with #346A90

Text Example


Text Example

White with #346A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346A90; }

 p { color: rgb(52,106,144); }

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

background-color css

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

 a { background-color: rgb(52,106,144); }

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

border-color css

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

 span { border-color: rgb(52,106,144); }

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