Html Css Color HEX #346787 Astral

📋 copy color: '#346787'

red 52 ◦ green 103 ◦ blue 135

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

Shades of Astral #346787

Tints of Astral #346787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 135 (53.13% from 255) = 46.55%

R = 17.93%
G = 35.52%
B = 46.55%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346787 (or 0x346787) is known color: Astral. HEX triplet: 34, 67 and 87. RGB value is (52,103,135). Sum of RGB (Red+Green+Blue) = 52+103+135=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #346787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346787 is #CB9878. Grayscale: #5B5B5B. Windows color (decimal): -13342841 or 8873780. OLE color: 8873780.

HSL color Cylindrical-coordinate representation of color #346787: hue angle of 203.13º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346787 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 103 135 -
CMYK 0.61 0.24 0 0.47
HSL 203.13º 0.44% 0.37% -
HSV(B) 203.13º 0.61% 0.53% -
XYZ 10.64 12.18 24.71 -
YUV 91.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 52 103 135 0.61 0.24 0 0.47 203.13 0.44 0.37
Hex 34 67 87 3D 18 0 2F CB 2C 25
Octal 64 147 207 75 30 0 57 313 54 45
Binary 110100 1100111 10000111 111101 11000 0 101111 11001011 101100 100101

Color Harmonies of #346787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346787

Black with #346787

Text Example


Text Example

White with #346787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346787; }

 p { color: rgb(52,103,135); }

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

background-color css

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

 a { background-color: rgb(52,103,135); }

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

border-color css

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

 span { border-color: rgb(52,103,135); }

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