Html Css Color HEX #34728B Astral

📋 copy color: '#34728B'

red 52 ◦ green 114 ◦ blue 139

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

Shades of Astral #34728B

Tints of Astral #34728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 17.05%
G = 37.38%
B = 45.57%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34728B (or 0x34728B) is known color: Astral. HEX triplet: 34, 72 and 8B. RGB value is (52,114,139). Sum of RGB (Red+Green+Blue) = 52+114+139=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #34728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34728B is #CB8D74. Grayscale: #626262. Windows color (decimal): -13340021 or 9138740. OLE color: 9138740.

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

Color convert

RGB 52 114 139 -
CMYK 0.63 0.18 0 0.45
HSL 197.24º 0.46% 0.37% -
HSV(B) 197.24º 0.63% 0.55% -
XYZ 12.09 14.63 26.61 -
YUV 98.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 52 114 139 0.63 0.18 0 0.45 197.24 0.46 0.37
Hex 34 72 8B 3F 12 0 2D C5 2E 25
Octal 64 162 213 77 22 0 55 305 56 45
Binary 110100 1110010 10001011 111111 10010 0 101101 11000101 101110 100101

Color Harmonies of #34728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34728B

Black with #34728B

Text Example


Text Example

White with #34728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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