Html Css Color HEX #346881 Astral

📋 copy color: '#346881'

red 52 ◦ green 104 ◦ blue 129

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

Shades of Astral #346881

Tints of Astral #346881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 18.25%
G = 36.49%
B = 45.26%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346881 (or 0x346881) is known color: Astral. HEX triplet: 34, 68 and 81. RGB value is (52,104,129). Sum of RGB (Red+Green+Blue) = 52+104+129=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #346881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346881 is #CB977E. Grayscale: #5B5B5B. Windows color (decimal): -13342591 or 8480820. OLE color: 8480820.

HSL color Cylindrical-coordinate representation of color #346881: hue angle of 199.48º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346881 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 104 129 -
CMYK 0.60 0.19 0 0.49
HSL 199.48º 0.43% 0.35% -
HSV(B) 199.48º 0.6% 0.51% -
XYZ 10.33 12.22 22.58 -
YUV 91.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 52 104 129 0.60 0.19 0 0.49 199.48 0.43 0.35
Hex 34 68 81 3C 13 0 31 C7 2B 23
Octal 64 150 201 74 23 0 61 307 53 43
Binary 110100 1101000 10000001 111100 10011 0 110001 11000111 101011 100011

Color Harmonies of #346881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346881

Black with #346881

Text Example


Text Example

White with #346881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346881; }

 p { color: rgb(52,104,129); }

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

background-color css

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

 a { background-color: rgb(52,104,129); }

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

border-color css

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

 span { border-color: rgb(52,104,129); }

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