Html Css Color HEX #2B578B Endeavour

📋 copy color: '#2B578B'

red 43 ◦ green 87 ◦ blue 139

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

Shades of Endeavour #2B578B

Tints of Endeavour #2B578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 15.99%
G = 32.34%
B = 51.67%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B578B (or 0x2B578B) is known color: Endeavour. HEX triplet: 2B, 57 and 8B. RGB value is (43,87,139). Sum of RGB (Red+Green+Blue) = 43+87+139=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B578B is #D4A874. Grayscale: #4F4F4F. Windows color (decimal): -13936757 or 9131819. OLE color: 9131819.

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

Color convert

RGB 43 87 139 -
CMYK 0.69 0.37 0 0.45
HSL 212.5º 0.53% 0.36% -
HSV(B) 212.5º 0.69% 0.55% -
XYZ 9.06 9.19 25.72 -
YUV 79.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 43 87 139 0.69 0.37 0 0.45 212.5 0.53 0.36
Hex 2B 57 8B 45 25 0 2D D4 35 24
Octal 53 127 213 105 45 0 55 324 65 44
Binary 101011 1010111 10001011 1000101 100101 0 101101 11010100 110101 100100

Color Harmonies of #2B578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B578B

Black with #2B578B

Text Example


Text Example

White with #2B578B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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