Html Css Color HEX #34658D Astral

📋 copy color: '#34658D'

red 52 ◦ green 101 ◦ blue 141

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

Shades of Astral #34658D

Tints of Astral #34658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 17.69%
G = 34.35%
B = 47.96%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34658D (or 0x34658D) is known color: Astral. HEX triplet: 34, 65 and 8D. RGB value is (52,101,141). Sum of RGB (Red+Green+Blue) = 52+101+141=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #34658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34658D is #CB9A72. Grayscale: #5A5A5A. Windows color (decimal): -13343347 or 9266484. OLE color: 9266484.

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

Color convert

RGB 52 101 141 -
CMYK 0.63 0.28 0 0.45
HSL 206.97º 0.46% 0.38% -
HSV(B) 206.97º 0.63% 0.55% -
XYZ 10.88 11.96 26.93 -
YUV 90.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 52 101 141 0.63 0.28 0 0.45 206.97 0.46 0.38
Hex 34 65 8D 3F 1C 0 2D CF 2E 26
Octal 64 145 215 77 34 0 55 317 56 46
Binary 110100 1100101 10001101 111111 11100 0 101101 11001111 101110 100110

Color Harmonies of #34658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34658D

Black with #34658D

Text Example


Text Example

White with #34658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34658D; }

 p { color: rgb(52,101,141); }

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

background-color css

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

 a { background-color: rgb(52,101,141); }

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

border-color css

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

 span { border-color: rgb(52,101,141); }

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