Html Css Color HEX #2C778C Astral

📋 copy color: '#2C778C'

red 44 ◦ green 119 ◦ blue 140

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

Shades of Astral #2C778C

Tints of Astral #2C778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 14.52%
G = 39.27%
B = 46.2%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C778C (or 0x2C778C) is known color: Astral. HEX triplet: 2C, 77 and 8C. RGB value is (44,119,140). Sum of RGB (Red+Green+Blue) = 44+119+140=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C778C is #D38873. Grayscale: #626262. Windows color (decimal): -13863028 or 9205548. OLE color: 9205548.

HSL color Cylindrical-coordinate representation of color #2C778C: hue angle of 193.12º 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 #2C778C is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 119 140 -
CMYK 0.69 0.15 0 0.45
HSL 193.13º 0.52% 0.36% -
HSV(B) 193.13º 0.69% 0.55% -
XYZ 12.37 15.62 27.17 -
YUV 98.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 44 119 140 0.69 0.15 0 0.45 193.13 0.52 0.36
Hex 2C 77 8C 45 F 0 2D C1 34 24
Octal 54 167 214 105 17 0 55 301 64 44
Binary 101100 1110111 10001100 1000101 1111 0 101101 11000001 110100 100100

Color Harmonies of #2C778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C778C

Black with #2C778C

Text Example


Text Example

White with #2C778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,119,140); }

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

background-color css

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

 a { background-color: rgb(44,119,140); }

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

border-color css

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

 span { border-color: rgb(44,119,140); }

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