Html Css Color HEX #34677C Astral

📋 copy color: '#34677C'

red 52 ◦ green 103 ◦ blue 124

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

Shades of Astral #34677C

Tints of Astral #34677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 18.64%
G = 36.92%
B = 44.44%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34677C (or 0x34677C) is known color: Astral. HEX triplet: 34, 67 and 7C. RGB value is (52,103,124). Sum of RGB (Red+Green+Blue) = 52+103+124=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #34677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34677C is #CB9883. Grayscale: #5A5A5A. Windows color (decimal): -13342852 or 8152884. OLE color: 8152884.

HSL color Cylindrical-coordinate representation of color #34677C: hue angle of 197.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34677C is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 103 124 -
CMYK 0.58 0.17 0 0.51
HSL 197.5º 0.41% 0.35% -
HSV(B) 197.5º 0.58% 0.49% -
XYZ 9.9 11.89 20.84 -
YUV 90.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 52 103 124 0.58 0.17 0 0.51 197.5 0.41 0.35
Hex 34 67 7C 3A 11 0 33 C6 29 23
Octal 64 147 174 72 21 0 63 306 51 43
Binary 110100 1100111 1111100 111010 10001 0 110011 11000110 101001 100011

Color Harmonies of #34677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34677C

Black with #34677C

Text Example


Text Example

White with #34677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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