Html Css Color HEX #2B7294 Astral

📋 copy color: '#2B7294'

red 43 ◦ green 114 ◦ blue 148

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

Shades of Astral #2B7294

Tints of Astral #2B7294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 14.1%
G = 37.38%
B = 48.52%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B7294 (or 0x2B7294) is known color: Astral. HEX triplet: 2B, 72 and 94. RGB value is (43,114,148). Sum of RGB (Red+Green+Blue) = 43+114+148=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B7294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7294 is #D48D6B. Grayscale: #606060. Windows color (decimal): -13929836 or 9728555. OLE color: 9728555.

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

Color convert

RGB 43 114 148 -
CMYK 0.71 0.23 0 0.42
HSL 199.43º 0.55% 0.37% -
HSV(B) 199.43º 0.71% 0.58% -
XYZ 12.36 14.69 30.2 -
YUV 96.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 43 114 148 0.71 0.23 0 0.42 199.43 0.55 0.37
Hex 2B 72 94 47 17 0 2A C7 37 25
Octal 53 162 224 107 27 0 52 307 67 45
Binary 101011 1110010 10010100 1000111 10111 0 101010 11000111 110111 100101

Color Harmonies of #2B7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7294

Black with #2B7294

Text Example


Text Example

White with #2B7294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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