Html Css Color HEX #2B6E89 Astral

📋 copy color: '#2B6E89'

red 43 ◦ green 110 ◦ blue 137

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

Shades of Astral #2B6E89

Tints of Astral #2B6E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.93%

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

R = 14.83%
G = 37.93%
B = 47.24%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B6E89 (or 0x2B6E89) is known color: Astral. HEX triplet: 2B, 6E and 89. RGB value is (43,110,137). Sum of RGB (Red+Green+Blue) = 43+110+137=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B6E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6E89 is #D49176. Grayscale: #5C5C5C. Windows color (decimal): -13930871 or 9006635. OLE color: 9006635.

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

Color convert

RGB 43 110 137 -
CMYK 0.69 0.20 0 0.46
HSL 197.23º 0.52% 0.35% -
HSV(B) 197.23º 0.69% 0.54% -
XYZ 11.09 13.47 25.68 -
YUV 93.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 43 110 137 0.69 0.20 0 0.46 197.23 0.52 0.35
Hex 2B 6E 89 45 14 0 2E C5 34 23
Octal 53 156 211 105 24 0 56 305 64 43
Binary 101011 1101110 10001001 1000101 10100 0 101110 11000101 110100 100011

Color Harmonies of #2B6E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6E89

Black with #2B6E89

Text Example


Text Example

White with #2B6E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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