Html Css Color HEX #34678B Astral

📋 copy color: '#34678B'

red 52 ◦ green 103 ◦ blue 139

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

Shades of Astral #34678B

Tints of Astral #34678B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.28%

R = 17.69%
G = 35.03%
B = 47.28%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34678B (or 0x34678B) is known color: Astral. HEX triplet: 34, 67 and 8B. RGB value is (52,103,139). Sum of RGB (Red+Green+Blue) = 52+103+139=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #34678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34678B is #CB9874. Grayscale: #5B5B5B. Windows color (decimal): -13342837 or 9135924. OLE color: 9135924.

HSL color Cylindrical-coordinate representation of color #34678B: hue angle of 204.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34678B is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 103 139 -
CMYK 0.63 0.26 0 0.45
HSL 204.83º 0.46% 0.37% -
HSV(B) 204.83º 0.63% 0.55% -
XYZ 10.93 12.29 26.22 -
YUV 91.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 52 103 139 0.63 0.26 0 0.45 204.83 0.46 0.37
Hex 34 67 8B 3F 1A 0 2D CD 2E 25
Octal 64 147 213 77 32 0 55 315 56 45
Binary 110100 1100111 10001011 111111 11010 0 101101 11001101 101110 100101

Color Harmonies of #34678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34678B

Black with #34678B

Text Example


Text Example

White with #34678B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34678B; }

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

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

background-color css

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

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

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

border-color css

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

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

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