Html Css Color HEX #2B7092 Astral

📋 copy color: '#2B7092'

red 43 ◦ green 112 ◦ blue 146

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

Shades of Astral #2B7092

Tints of Astral #2B7092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 14.29%
G = 37.21%
B = 48.5%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B7092 (or 0x2B7092) is known color: Astral. HEX triplet: 2B, 70 and 92. RGB value is (43,112,146). Sum of RGB (Red+Green+Blue) = 43+112+146=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B7092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7092 is #D48F6D. Grayscale: #5F5F5F. Windows color (decimal): -13930350 or 9596971. OLE color: 9596971.

HSL color Cylindrical-coordinate representation of color #2B7092: hue angle of 199.81º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7092 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 112 146 -
CMYK 0.71 0.23 0 0.43
HSL 199.81º 0.54% 0.37% -
HSV(B) 199.81º 0.71% 0.57% -
XYZ 11.98 14.18 29.3 -
YUV 95.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 43 112 146 0.71 0.23 0 0.43 199.81 0.54 0.37
Hex 2B 70 92 47 17 0 2B C8 36 25
Octal 53 160 222 107 27 0 53 310 66 45
Binary 101011 1110000 10010010 1000111 10111 0 101011 11001000 110110 100101

Color Harmonies of #2B7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7092

Black with #2B7092

Text Example


Text Example

White with #2B7092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,112,146); }

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

background-color css

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

 a { background-color: rgb(43,112,146); }

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

border-color css

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

 span { border-color: rgb(43,112,146); }

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