Html Css Color HEX #34648B Astral

📋 copy color: '#34648B'

red 52 ◦ green 100 ◦ blue 139

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

Shades of Astral #34648B

Tints of Astral #34648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

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

R = 17.87%
G = 34.36%
B = 47.77%

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

#34648B (or 0x34648B) is known color: Astral. HEX triplet: 34, 64 and 8B. RGB value is (52,100,139). Sum of RGB (Red+Green+Blue) = 52+100+139=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #34648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34648B is #CB9B74. Grayscale: #595959. Windows color (decimal): -13343605 or 9135156. OLE color: 9135156.

HSL color Cylindrical-coordinate representation of color #34648B: hue angle of 206.9º 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 #34648B is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 100 139 -
CMYK 0.63 0.28 0 0.45
HSL 206.9º 0.46% 0.37% -
HSV(B) 206.9º 0.63% 0.55% -
XYZ 10.63 11.71 26.13 -
YUV 90.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 52 100 139 0.63 0.28 0 0.45 206.9 0.46 0.37
Hex 34 64 8B 3F 1C 0 2D CF 2E 25
Octal 64 144 213 77 34 0 55 317 56 45
Binary 110100 1100100 10001011 111111 11100 0 101101 11001111 101110 100101

Color Harmonies of #34648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34648B

Black with #34648B

Text Example


Text Example

White with #34648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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