Html Css Color HEX #2B549F Endeavour

📋 copy color: '#2B549F'

red 43 ◦ green 84 ◦ blue 159

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

Shades of Endeavour #2B549F

Tints of Endeavour #2B549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 15.03%
G = 29.37%
B = 55.59%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B549F (or 0x2B549F) is known color: Endeavour. HEX triplet: 2B, 54 and 9F. RGB value is (43,84,159). Sum of RGB (Red+Green+Blue) = 43+84+159=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B549F is #D4AB60. Grayscale: #4F4F4F. Windows color (decimal): -13937505 or 10441771. OLE color: 10441771.

HSL color Cylindrical-coordinate representation of color #2B549F: hue angle of 218.79º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B549F is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 84 159 -
CMYK 0.73 0.47 0 0.38
HSL 218.79º 0.57% 0.4% -
HSV(B) 218.79º 0.73% 0.62% -
XYZ 10.42 9.36 34.06 -
YUV 80.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 43 84 159 0.73 0.47 0 0.38 218.79 0.57 0.4
Hex 2B 54 9F 49 2F 0 26 DB 39 28
Octal 53 124 237 111 57 0 46 333 71 50
Binary 101011 1010100 10011111 1001001 101111 0 100110 11011011 111001 101000

Color Harmonies of #2B549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B549F

Black with #2B549F

Text Example


Text Example

White with #2B549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,159); }

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

background-color css

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

 a { background-color: rgb(43,84,159); }

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

border-color css

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

 span { border-color: rgb(43,84,159); }

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