Html Css Color HEX #2B728A Astral

📋 copy color: '#2B728A'

red 43 ◦ green 114 ◦ blue 138

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

Shades of Astral #2B728A

Tints of Astral #2B728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 14.58%
G = 38.64%
B = 46.78%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B728A (or 0x2B728A) is known color: Astral. HEX triplet: 2B, 72 and 8A. RGB value is (43,114,138). Sum of RGB (Red+Green+Blue) = 43+114+138=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B728A is #D48D75. Grayscale: #5F5F5F. Windows color (decimal): -13929846 or 9073195. OLE color: 9073195.

HSL color Cylindrical-coordinate representation of color #2B728A: hue angle of 195.16º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B728A is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 114 138 -
CMYK 0.69 0.17 0 0.46
HSL 195.16º 0.52% 0.35% -
HSV(B) 195.16º 0.69% 0.54% -
XYZ 11.6 14.38 26.21 -
YUV 95.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 43 114 138 0.69 0.17 0 0.46 195.16 0.52 0.35
Hex 2B 72 8A 45 11 0 2E C3 34 23
Octal 53 162 212 105 21 0 56 303 64 43
Binary 101011 1110010 10001010 1000101 10001 0 101110 11000011 110100 100011

Color Harmonies of #2B728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B728A

Black with #2B728A

Text Example


Text Example

White with #2B728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,138); }

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

background-color css

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

 a { background-color: rgb(43,114,138); }

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

border-color css

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

 span { border-color: rgb(43,114,138); }

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