Html Css Color HEX #2B6190 Endeavour

📋 copy color: '#2B6190'

red 43 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #2B6190

Tints of Endeavour #2B6190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 15.14%
G = 34.15%
B = 50.7%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B6190 (or 0x2B6190) is known color: Endeavour. HEX triplet: 2B, 61 and 90. RGB value is (43,97,144). Sum of RGB (Red+Green+Blue) = 43+97+144=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B6190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6190 is #D49E6F. Grayscale: #555555. Windows color (decimal): -13934192 or 9462059. OLE color: 9462059.

HSL color Cylindrical-coordinate representation of color #2B6190: hue angle of 207.92º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B6190 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 97 144 -
CMYK 0.70 0.33 0 0.44
HSL 207.92º 0.54% 0.37% -
HSV(B) 207.92º 0.7% 0.56% -
XYZ 10.31 11.08 27.98 -
YUV 86.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 43 97 144 0.70 0.33 0 0.44 207.92 0.54 0.37
Hex 2B 61 90 46 21 0 2C D0 36 25
Octal 53 141 220 106 41 0 54 320 66 45
Binary 101011 1100001 10010000 1000110 100001 0 101100 11010000 110110 100101

Color Harmonies of #2B6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6190

Black with #2B6190

Text Example


Text Example

White with #2B6190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,97,144); }

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

background-color css

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

 a { background-color: rgb(43,97,144); }

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

border-color css

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

 span { border-color: rgb(43,97,144); }

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