Html Css Color HEX #346F90 Astral

📋 copy color: '#346F90'

red 52 ◦ green 111 ◦ blue 144

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

Shades of Astral #346F90

Tints of Astral #346F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.16%

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

R = 16.94%
G = 36.16%
B = 46.91%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346F90 (or 0x346F90) is known color: Astral. HEX triplet: 34, 6F and 90. RGB value is (52,111,144). Sum of RGB (Red+Green+Blue) = 52+111+144=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #346F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F90 is #CB906F. Grayscale: #606060. Windows color (decimal): -13340784 or 9465652. OLE color: 9465652.

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

Color convert

RGB 52 111 144 -
CMYK 0.64 0.23 0 0.44
HSL 201.52º 0.47% 0.38% -
HSV(B) 201.52º 0.64% 0.56% -
XYZ 12.13 14.11 28.47 -
YUV 97.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 52 111 144 0.64 0.23 0 0.44 201.52 0.47 0.38
Hex 34 6F 90 40 17 0 2C CA 2F 26
Octal 64 157 220 100 27 0 54 312 57 46
Binary 110100 1101111 10010000 1000000 10111 0 101100 11001010 101111 100110

Color Harmonies of #346F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F90

Black with #346F90

Text Example


Text Example

White with #346F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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