Html Css Color HEX #2B538B Endeavour

📋 copy color: '#2B538B'

red 43 ◦ green 83 ◦ blue 139

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

Shades of Endeavour #2B538B

Tints of Endeavour #2B538B

RGB

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

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

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

R = 16.23%
G = 31.32%
B = 52.45%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B538B (or 0x2B538B) is known color: Endeavour. HEX triplet: 2B, 53 and 8B. RGB value is (43,83,139). Sum of RGB (Red+Green+Blue) = 43+83+139=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B538B is #D4AC74. Grayscale: #4D4D4D. Windows color (decimal): -13937781 or 9130795. OLE color: 9130795.

HSL color Cylindrical-coordinate representation of color #2B538B: hue angle of 215º 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 #2B538B is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 83 139 -
CMYK 0.69 0.40 0 0.45
HSL 215º 0.53% 0.36% -
HSV(B) 215º 0.69% 0.55% -
XYZ 8.75 8.56 25.62 -
YUV 77.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 43 83 139 0.69 0.40 0 0.45 215 0.53 0.36
Hex 2B 53 8B 45 28 0 2D D7 35 24
Octal 53 123 213 105 50 0 55 327 65 44
Binary 101011 1010011 10001011 1000101 101000 0 101101 11010111 110101 100100

Color Harmonies of #2B538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B538B

Black with #2B538B

Text Example


Text Example

White with #2B538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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