Html Css Color HEX #346885 Astral

📋 copy color: '#346885'

red 52 ◦ green 104 ◦ blue 133

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

Shades of Astral #346885

Tints of Astral #346885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 17.99%
G = 35.99%
B = 46.02%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346885 (or 0x346885) is known color: Astral. HEX triplet: 34, 68 and 85. RGB value is (52,104,133). Sum of RGB (Red+Green+Blue) = 52+104+133=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #346885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346885 is #CB977A. Grayscale: #5B5B5B. Windows color (decimal): -13342587 or 8742964. OLE color: 8742964.

HSL color Cylindrical-coordinate representation of color #346885: hue angle of 201.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346885 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 104 133 -
CMYK 0.61 0.22 0 0.48
HSL 201.48º 0.44% 0.36% -
HSV(B) 201.48º 0.61% 0.52% -
XYZ 10.6 12.32 24.01 -
YUV 91.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 52 104 133 0.61 0.22 0 0.48 201.48 0.44 0.36
Hex 34 68 85 3D 16 0 30 C9 2C 24
Octal 64 150 205 75 26 0 60 311 54 44
Binary 110100 1101000 10000101 111101 10110 0 110000 11001001 101100 100100

Color Harmonies of #346885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346885

Black with #346885

Text Example


Text Example

White with #346885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346885; }

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

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

background-color css

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

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

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

border-color css

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

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

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