Html Css Color HEX #2B4850 Teal Blue

📋 copy color: '#2B4850'

red 43 ◦ green 72 ◦ blue 80

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

Shades of Teal Blue #2B4850

Tints of Teal Blue #2B4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 22.05%
G = 36.92%
B = 41.03%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B4850 (or 0x2B4850) is known color: Teal Blue. HEX triplet: 2B, 48 and 50. RGB value is (43,72,80). Sum of RGB (Red+Green+Blue) = 43+72+80=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4850 is #D4B7AF. Grayscale: #404040. Windows color (decimal): -13940656 or 5261355. OLE color: 5261355.

HSL color Cylindrical-coordinate representation of color #2B4850: hue angle of 192.97º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4850 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 72 80 -
CMYK 0.46 0.10 0 0.69
HSL 192.97º 0.3% 0.24% -
HSV(B) 192.97º 0.46% 0.31% -
XYZ 4.76 5.73 8.44 -
YUV 64.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 43 72 80 0.46 0.10 0 0.69 192.97 0.3 0.24
Hex 2B 48 50 2E A 0 45 C1 1E 18
Octal 53 110 120 56 12 0 105 301 36 30
Binary 101011 1001000 1010000 101110 1010 0 1000101 11000001 11110 11000

Color Harmonies of #2B4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4850

Black with #2B4850

Text Example


Text Example

White with #2B4850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,80); }

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

background-color css

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

 a { background-color: rgb(43,72,80); }

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

border-color css

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

 span { border-color: rgb(43,72,80); }

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