Html Css Color HEX #346F91 Astral

📋 copy color: '#346F91'

red 52 ◦ green 111 ◦ blue 145

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

Shades of Astral #346F91

Tints of Astral #346F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 16.88%
G = 36.04%
B = 47.08%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346F91 (or 0x346F91) is known color: Astral. HEX triplet: 34, 6F and 91. RGB value is (52,111,145). Sum of RGB (Red+Green+Blue) = 52+111+145=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #346F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F91 is #CB906E. Grayscale: #616161. Windows color (decimal): -13340783 or 9531188. OLE color: 9531188.

HSL color Cylindrical-coordinate representation of color #346F91: hue angle of 201.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346F91 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 111 145 -
CMYK 0.64 0.23 0 0.43
HSL 201.94º 0.47% 0.39% -
HSV(B) 201.94º 0.64% 0.57% -
XYZ 12.21 14.14 28.87 -
YUV 97.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 52 111 145 0.64 0.23 0 0.43 201.94 0.47 0.39
Hex 34 6F 91 40 17 0 2B CA 2F 27
Octal 64 157 221 100 27 0 53 312 57 47
Binary 110100 1101111 10010001 1000000 10111 0 101011 11001010 101111 100111

Color Harmonies of #346F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F91

Black with #346F91

Text Example


Text Example

White with #346F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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