Html Css Color HEX #2B5389 Endeavour

📋 copy color: '#2B5389'

red 43 ◦ green 83 ◦ blue 137

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

Shades of Endeavour #2B5389

Tints of Endeavour #2B5389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 16.35%
G = 31.56%
B = 52.09%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B5389 (or 0x2B5389) is known color: Endeavour. HEX triplet: 2B, 53 and 89. RGB value is (43,83,137). Sum of RGB (Red+Green+Blue) = 43+83+137=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B5389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5389 is #D4AC76. Grayscale: #4C4C4C. Windows color (decimal): -13937783 or 8999723. OLE color: 8999723.

HSL color Cylindrical-coordinate representation of color #2B5389: hue angle of 214.47º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B5389 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 83 137 -
CMYK 0.69 0.39 0 0.46
HSL 214.47º 0.52% 0.35% -
HSV(B) 214.47º 0.69% 0.54% -
XYZ 8.6 8.51 24.86 -
YUV 77.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 43 83 137 0.69 0.39 0 0.46 214.47 0.52 0.35
Hex 2B 53 89 45 27 0 2E D6 34 23
Octal 53 123 211 105 47 0 56 326 64 43
Binary 101011 1010011 10001001 1000101 100111 0 101110 11010110 110100 100011

Color Harmonies of #2B5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5389

Black with #2B5389

Text Example


Text Example

White with #2B5389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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