Html Css Color HEX #2B558B Endeavour

📋 copy color: '#2B558B'

red 43 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #2B558B

Tints of Endeavour #2B558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 16.1%
G = 31.84%
B = 52.06%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B558B (or 0x2B558B) is known color: Endeavour. HEX triplet: 2B, 55 and 8B. RGB value is (43,85,139). Sum of RGB (Red+Green+Blue) = 43+85+139=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B558B is #D4AA74. Grayscale: #4E4E4E. Windows color (decimal): -13937269 or 9131307. OLE color: 9131307.

HSL color Cylindrical-coordinate representation of color #2B558B: hue angle of 213.75º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B558B is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 85 139 -
CMYK 0.69 0.39 0 0.45
HSL 213.75º 0.53% 0.36% -
HSV(B) 213.75º 0.69% 0.55% -
XYZ 8.9 8.87 25.67 -
YUV 78.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 43 85 139 0.69 0.39 0 0.45 213.75 0.53 0.36
Hex 2B 55 8B 45 27 0 2D D6 35 24
Octal 53 125 213 105 47 0 55 326 65 44
Binary 101011 1010101 10001011 1000101 100111 0 101101 11010110 110101 100100

Color Harmonies of #2B558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B558B

Black with #2B558B

Text Example


Text Example

White with #2B558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,139); }

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

background-color css

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

 a { background-color: rgb(43,85,139); }

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

border-color css

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

 span { border-color: rgb(43,85,139); }

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