Html Css Color HEX #2C728D Astral

📋 copy color: '#2C728D'

red 44 ◦ green 114 ◦ blue 141

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

Shades of Astral #2C728D

Tints of Astral #2C728D

RGB

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

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

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

R = 14.72%
G = 38.13%
B = 47.16%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C728D (or 0x2C728D) is known color: Astral. HEX triplet: 2C, 72 and 8D. RGB value is (44,114,141). Sum of RGB (Red+Green+Blue) = 44+114+141=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C728D is #D38D72. Grayscale: #5F5F5F. Windows color (decimal): -13864307 or 9269804. OLE color: 9269804.

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

Color convert

RGB 44 114 141 -
CMYK 0.69 0.19 0 0.45
HSL 196.7º 0.52% 0.36% -
HSV(B) 196.7º 0.69% 0.55% -
XYZ 11.86 14.49 27.37 -
YUV 96.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 44 114 141 0.69 0.19 0 0.45 196.7 0.52 0.36
Hex 2C 72 8D 45 13 0 2D C5 34 24
Octal 54 162 215 105 23 0 55 305 64 44
Binary 101100 1110010 10001101 1000101 10011 0 101101 11000101 110100 100100

Color Harmonies of #2C728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C728D

Black with #2C728D

Text Example


Text Example

White with #2C728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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