Html Css Color HEX #2B6095 Endeavour

📋 copy color: '#2B6095'

red 43 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #2B6095

Tints of Endeavour #2B6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 14.93%
G = 33.33%
B = 51.74%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B6095 (or 0x2B6095) is known color: Endeavour. HEX triplet: 2B, 60 and 95. RGB value is (43,96,149). Sum of RGB (Red+Green+Blue) = 43+96+149=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B6095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6095 is #D49F6A. Grayscale: #555555. Windows color (decimal): -13934443 or 9789483. OLE color: 9789483.

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

Color convert

RGB 43 96 149 -
CMYK 0.71 0.36 0 0.42
HSL 210º 0.55% 0.38% -
HSV(B) 210º 0.71% 0.58% -
XYZ 10.6 11.05 30.01 -
YUV 86.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 43 96 149 0.71 0.36 0 0.42 210 0.55 0.38
Hex 2B 60 95 47 24 0 2A D2 37 26
Octal 53 140 225 107 44 0 52 322 67 46
Binary 101011 1100000 10010101 1000111 100100 0 101010 11010010 110111 100110

Color Harmonies of #2B6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6095

Black with #2B6095

Text Example


Text Example

White with #2B6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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