Html Css Color HEX #2B6097 Endeavour

📋 copy color: '#2B6097'

red 43 ◦ green 96 ◦ blue 151

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

Shades of Endeavour #2B6097

Tints of Endeavour #2B6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 14.83%
G = 33.1%
B = 52.07%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2B6097 (or 0x2B6097) is known color: Endeavour. HEX triplet: 2B, 60 and 97. RGB value is (43,96,151). Sum of RGB (Red+Green+Blue) = 43+96+151=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B6097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6097 is #D49F68. Grayscale: #565656. Windows color (decimal): -13934441 or 9920555. OLE color: 9920555.

HSL color Cylindrical-coordinate representation of color #2B6097: hue angle of 210.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B6097 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 96 151 -
CMYK 0.72 0.36 0 0.41
HSL 210.56º 0.56% 0.38% -
HSV(B) 210.56º 0.72% 0.59% -
XYZ 10.77 11.11 30.86 -
YUV 86.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 43 96 151 0.72 0.36 0 0.41 210.56 0.56 0.38
Hex 2B 60 97 48 24 0 29 D3 38 26
Octal 53 140 227 110 44 0 51 323 70 46
Binary 101011 1100000 10010111 1001000 100100 0 101001 11010011 111000 100110

Color Harmonies of #2B6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6097

Black with #2B6097

Text Example


Text Example

White with #2B6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,151); }

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

background-color css

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

 a { background-color: rgb(43,96,151); }

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

border-color css

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

 span { border-color: rgb(43,96,151); }

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