Html Css Color HEX #2B5396 Endeavour

📋 copy color: '#2B5396'

red 43 ◦ green 83 ◦ blue 150

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

Shades of Endeavour #2B5396

Tints of Endeavour #2B5396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 15.58%
G = 30.07%
B = 54.35%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2B5396 (or 0x2B5396) is known color: Endeavour. HEX triplet: 2B, 53 and 96. RGB value is (43,83,150). Sum of RGB (Red+Green+Blue) = 43+83+150=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5396 is #D4AC69. Grayscale: #4E4E4E. Windows color (decimal): -13937770 or 9851691. OLE color: 9851691.

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

Color convert

RGB 43 83 150 -
CMYK 0.71 0.45 0 0.41
HSL 217.57º 0.55% 0.38% -
HSV(B) 217.57º 0.71% 0.59% -
XYZ 9.59 8.9 30.07 -
YUV 78.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 43 83 150 0.71 0.45 0 0.41 217.57 0.55 0.38
Hex 2B 53 96 47 2D 0 29 DA 37 26
Octal 53 123 226 107 55 0 51 332 67 46
Binary 101011 1010011 10010110 1000111 101101 0 101001 11011010 110111 100110

Color Harmonies of #2B5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5396

Black with #2B5396

Text Example


Text Example

White with #2B5396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,150); }

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

background-color css

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

 a { background-color: rgb(43,83,150); }

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

border-color css

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

 span { border-color: rgb(43,83,150); }

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