Html Css Color HEX #346784 Astral

📋 copy color: '#346784'

red 52 ◦ green 103 ◦ blue 132

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

Shades of Astral #346784

Tints of Astral #346784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 18.12%
G = 35.89%
B = 45.99%

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

#346784 (or 0x346784) is known color: Astral. HEX triplet: 34, 67 and 84. RGB value is (52,103,132). Sum of RGB (Red+Green+Blue) = 52+103+132=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #346784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346784 is #CB987B. Grayscale: #5A5A5A. Windows color (decimal): -13342844 or 8677172. OLE color: 8677172.

HSL color Cylindrical-coordinate representation of color #346784: hue angle of 201.75º degrees, saturation: 0.43, 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 #346784 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 103 132 -
CMYK 0.61 0.22 0 0.48
HSL 201.75º 0.43% 0.36% -
HSV(B) 201.75º 0.61% 0.52% -
XYZ 10.43 12.1 23.61 -
YUV 91.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 52 103 132 0.61 0.22 0 0.48 201.75 0.43 0.36
Hex 34 67 84 3D 16 0 30 CA 2B 24
Octal 64 147 204 75 26 0 60 312 53 44
Binary 110100 1100111 10000100 111101 10110 0 110000 11001010 101011 100100

Color Harmonies of #346784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346784

Black with #346784

Text Example


Text Example

White with #346784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346784; }

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

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

background-color css

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

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

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

border-color css

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

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

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