Html Css Color HEX #2B778B Astral

📋 copy color: '#2B778B'

red 43 ◦ green 119 ◦ blue 139

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

Shades of Astral #2B778B

Tints of Astral #2B778B

RGB

 RED value IS 43 (17.19% from 255) = 14.29%

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

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

R = 14.29%
G = 39.53%
B = 46.18%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B778B (or 0x2B778B) is known color: Astral. HEX triplet: 2B, 77 and 8B. RGB value is (43,119,139). Sum of RGB (Red+Green+Blue) = 43+119+139=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B778B is #D48874. Grayscale: #626262. Windows color (decimal): -13928565 or 9140011. OLE color: 9140011.

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

Color convert

RGB 43 119 139 -
CMYK 0.69 0.14 0 0.45
HSL 192.5º 0.53% 0.36% -
HSV(B) 192.5º 0.69% 0.55% -
XYZ 12.25 15.57 26.79 -
YUV 98.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 43 119 139 0.69 0.14 0 0.45 192.5 0.53 0.36
Hex 2B 77 8B 45 E 0 2D C0 35 24
Octal 53 167 213 105 16 0 55 300 65 44
Binary 101011 1110111 10001011 1000101 1110 0 101101 11000000 110101 100100

Color Harmonies of #2B778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B778B

Black with #2B778B

Text Example


Text Example

White with #2B778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,119,139); }

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

background-color css

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

 a { background-color: rgb(43,119,139); }

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

border-color css

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

 span { border-color: rgb(43,119,139); }

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