Html Css Color HEX #2B7486 Astral

📋 copy color: '#2B7486'

red 43 ◦ green 116 ◦ blue 134

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

Shades of Astral #2B7486

Tints of Astral #2B7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 14.68%
G = 39.59%
B = 45.73%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B7486 (or 0x2B7486) is known color: Astral. HEX triplet: 2B, 74 and 86. RGB value is (43,116,134). Sum of RGB (Red+Green+Blue) = 43+116+134=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B7486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7486 is #D48B79. Grayscale: #606060. Windows color (decimal): -13929338 or 8811563. OLE color: 8811563.

HSL color Cylindrical-coordinate representation of color #2B7486: hue angle of 191.87º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7486 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 116 134 -
CMYK 0.68 0.13 0 0.47
HSL 191.87º 0.51% 0.35% -
HSV(B) 191.87º 0.68% 0.53% -
XYZ 11.54 14.73 24.79 -
YUV 96.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 43 116 134 0.68 0.13 0 0.47 191.87 0.51 0.35
Hex 2B 74 86 44 D 0 2F C0 33 23
Octal 53 164 206 104 15 0 57 300 63 43
Binary 101011 1110100 10000110 1000100 1101 0 101111 11000000 110011 100011

Color Harmonies of #2B7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7486

Black with #2B7486

Text Example


Text Example

White with #2B7486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,134); }

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

background-color css

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

 a { background-color: rgb(43,116,134); }

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

border-color css

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

 span { border-color: rgb(43,116,134); }

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