Html Css Color HEX #2B7389 Astral

📋 copy color: '#2B7389'

red 43 ◦ green 115 ◦ blue 137

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

Shades of Astral #2B7389

Tints of Astral #2B7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 14.58%
G = 38.98%
B = 46.44%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B7389 (or 0x2B7389) is known color: Astral. HEX triplet: 2B, 73 and 89. RGB value is (43,115,137). Sum of RGB (Red+Green+Blue) = 43+115+137=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B7389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7389 is #D48C76. Grayscale: #5F5F5F. Windows color (decimal): -13929591 or 9007915. OLE color: 9007915.

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

Color convert

RGB 43 115 137 -
CMYK 0.69 0.16 0 0.46
HSL 194.04º 0.52% 0.35% -
HSV(B) 194.04º 0.69% 0.54% -
XYZ 11.64 14.58 25.87 -
YUV 95.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 43 115 137 0.69 0.16 0 0.46 194.04 0.52 0.35
Hex 2B 73 89 45 10 0 2E C2 34 23
Octal 53 163 211 105 20 0 56 302 64 43
Binary 101011 1110011 10001001 1000101 10000 0 101110 11000010 110100 100011

Color Harmonies of #2B7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7389

Black with #2B7389

Text Example


Text Example

White with #2B7389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,137); }

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

background-color css

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

 a { background-color: rgb(43,115,137); }

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

border-color css

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

 span { border-color: rgb(43,115,137); }

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