Html Css Color HEX #346690 Astral

📋 copy color: '#346690'

red 52 ◦ green 102 ◦ blue 144

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

Shades of Astral #346690

Tints of Astral #346690

RGB

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

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

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

R = 17.45%
G = 34.23%
B = 48.32%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346690 (or 0x346690) is known color: Astral. HEX triplet: 34, 66 and 90. RGB value is (52,102,144). Sum of RGB (Red+Green+Blue) = 52+102+144=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #346690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346690 is #CB996F. Grayscale: #5B5B5B. Windows color (decimal): -13343088 or 9463348. OLE color: 9463348.

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

Color convert

RGB 52 102 144 -
CMYK 0.64 0.29 0 0.44
HSL 207.39º 0.47% 0.38% -
HSV(B) 207.39º 0.64% 0.56% -
XYZ 11.2 12.25 28.16 -
YUV 91.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 52 102 144 0.64 0.29 0 0.44 207.39 0.47 0.38
Hex 34 66 90 40 1D 0 2C CF 2F 26
Octal 64 146 220 100 35 0 54 317 57 46
Binary 110100 1100110 10010000 1000000 11101 0 101100 11001111 101111 100110

Color Harmonies of #346690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346690

Black with #346690

Text Example


Text Example

White with #346690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346690; }

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

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

background-color css

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

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

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

border-color css

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

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

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