Html Css Color HEX #346990 Astral

📋 copy color: '#346990'

red 52 ◦ green 105 ◦ blue 144

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

Shades of Astral #346990

Tints of Astral #346990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

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

R = 17.28%
G = 34.88%
B = 47.84%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346990 (or 0x346990) is known color: Astral. HEX triplet: 34, 69 and 90. RGB value is (52,105,144). Sum of RGB (Red+Green+Blue) = 52+105+144=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #346990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346990 is #CB966F. Grayscale: #5D5D5D. Windows color (decimal): -13342320 or 9464116. OLE color: 9464116.

HSL color Cylindrical-coordinate representation of color #346990: hue angle of 205.43º 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 #346990 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 105 144 -
CMYK 0.64 0.27 0 0.44
HSL 205.43º 0.47% 0.38% -
HSV(B) 205.43º 0.64% 0.56% -
XYZ 11.5 12.85 28.26 -
YUV 93.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 52 105 144 0.64 0.27 0 0.44 205.43 0.47 0.38
Hex 34 69 90 40 1B 0 2C CD 2F 26
Octal 64 151 220 100 33 0 54 315 57 46
Binary 110100 1101001 10010000 1000000 11011 0 101100 11001101 101111 100110

Color Harmonies of #346990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346990

Black with #346990

Text Example


Text Example

White with #346990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346990; }

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

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

background-color css

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

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

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

border-color css

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

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

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