Html Css Color HEX #2C728F Astral

📋 copy color: '#2C728F'

red 44 ◦ green 114 ◦ blue 143

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

Shades of Astral #2C728F

Tints of Astral #2C728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.51%

R = 14.62%
G = 37.87%
B = 47.51%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C728F (or 0x2C728F) is known color: Astral. HEX triplet: 2C, 72 and 8F. RGB value is (44,114,143). Sum of RGB (Red+Green+Blue) = 44+114+143=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C728F is #D38D70. Grayscale: #606060. Windows color (decimal): -13864305 or 9400876. OLE color: 9400876.

HSL color Cylindrical-coordinate representation of color #2C728F: hue angle of 197.58º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C728F is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 114 143 -
CMYK 0.69 0.20 0 0.44
HSL 197.58º 0.53% 0.37% -
HSV(B) 197.58º 0.69% 0.56% -
XYZ 12.01 14.55 28.16 -
YUV 96.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 44 114 143 0.69 0.20 0 0.44 197.58 0.53 0.37
Hex 2C 72 8F 45 14 0 2C C6 35 25
Octal 54 162 217 105 24 0 54 306 65 45
Binary 101100 1110010 10001111 1000101 10100 0 101100 11000110 110101 100101

Color Harmonies of #2C728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C728F

Black with #2C728F

Text Example


Text Example

White with #2C728F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,143); }

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

background-color css

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

 a { background-color: rgb(44,114,143); }

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

border-color css

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

 span { border-color: rgb(44,114,143); }

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