Html Css Color HEX #2B578D Endeavour

📋 copy color: '#2B578D'

red 43 ◦ green 87 ◦ blue 141

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

Shades of Endeavour #2B578D

Tints of Endeavour #2B578D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 15.87%
G = 32.1%
B = 52.03%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B578D (or 0x2B578D) is known color: Endeavour. HEX triplet: 2B, 57 and 8D. RGB value is (43,87,141). Sum of RGB (Red+Green+Blue) = 43+87+141=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B578D is #D4A872. Grayscale: #4F4F4F. Windows color (decimal): -13936755 or 9262891. OLE color: 9262891.

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

Color convert

RGB 43 87 141 -
CMYK 0.70 0.38 0 0.45
HSL 213.06º 0.53% 0.36% -
HSV(B) 213.06º 0.7% 0.55% -
XYZ 9.21 9.25 26.5 -
YUV 80 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 43 87 141 0.70 0.38 0 0.45 213.06 0.53 0.36
Hex 2B 57 8D 46 26 0 2D D5 35 24
Octal 53 127 215 106 46 0 55 325 65 44
Binary 101011 1010111 10001101 1000110 100110 0 101101 11010101 110101 100100

Color Harmonies of #2B578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B578D

Black with #2B578D

Text Example


Text Example

White with #2B578D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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