Html Css Color HEX #2C718B Astral

📋 copy color: '#2C718B'

red 44 ◦ green 113 ◦ blue 139

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

Shades of Astral #2C718B

Tints of Astral #2C718B

RGB

 RED value IS 44 (17.58% from 255) = 14.86%

 GREEN value IS 113 (44.53% from 255) = 38.18%

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

R = 14.86%
G = 38.18%
B = 46.96%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C718B (or 0x2C718B) is known color: Astral. HEX triplet: 2C, 71 and 8B. RGB value is (44,113,139). Sum of RGB (Red+Green+Blue) = 44+113+139=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C718B is #D38E74. Grayscale: #5F5F5F. Windows color (decimal): -13864565 or 9138476. OLE color: 9138476.

HSL color Cylindrical-coordinate representation of color #2C718B: hue angle of 196.42º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C718B is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 113 139 -
CMYK 0.68 0.19 0 0.45
HSL 196.42º 0.52% 0.36% -
HSV(B) 196.42º 0.68% 0.55% -
XYZ 11.6 14.21 26.56 -
YUV 95.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 44 113 139 0.68 0.19 0 0.45 196.42 0.52 0.36
Hex 2C 71 8B 44 13 0 2D C4 34 24
Octal 54 161 213 104 23 0 55 304 64 44
Binary 101100 1110001 10001011 1000100 10011 0 101101 11000100 110100 100100

Color Harmonies of #2C718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C718B

Black with #2C718B

Text Example


Text Example

White with #2C718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C718B; }

 p { color: rgb(44,113,139); }

 H1.HeaderClassName
 {
   color: #2C718B;
 }
 .AnyTagClassName
 {
   color: #2C718B;
 }
</style>

background-color css

<style>
 a { background-color: #2C718B; }

 a { background-color: rgb(44,113,139); }

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

border-color css

<style>
 span { border-color: #2C718B; }

 span { border-color: rgb(44,113,139); }

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