Html Css Color HEX #2B6199 Endeavour

📋 copy color: '#2B6199'

red 43 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #2B6199

Tints of Endeavour #2B6199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 14.68%
G = 33.11%
B = 52.22%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B6199 (or 0x2B6199) is known color: Endeavour. HEX triplet: 2B, 61 and 99. RGB value is (43,97,153). Sum of RGB (Red+Green+Blue) = 43+97+153=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B6199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6199 is #D49E66. Grayscale: #565656. Windows color (decimal): -13934183 or 10051883. OLE color: 10051883.

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

Color convert

RGB 43 97 153 -
CMYK 0.72 0.37 0 0.4
HSL 210.55º 0.56% 0.38% -
HSV(B) 210.55º 0.72% 0.6% -
XYZ 11.02 11.36 31.75 -
YUV 87.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 43 97 153 0.72 0.37 0 0.4 210.55 0.56 0.38
Hex 2B 61 99 48 25 0 28 D3 38 26
Octal 53 141 231 110 45 0 50 323 70 46
Binary 101011 1100001 10011001 1001000 100101 0 101000 11010011 111000 100110

Color Harmonies of #2B6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6199

Black with #2B6199

Text Example


Text Example

White with #2B6199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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