Html Css Color HEX #2B559E Endeavour

📋 copy color: '#2B559E'

red 43 ◦ green 85 ◦ blue 158

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

Shades of Endeavour #2B559E

Tints of Endeavour #2B559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 15.03%
G = 29.72%
B = 55.24%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B559E (or 0x2B559E) is known color: Endeavour. HEX triplet: 2B, 55 and 9E. RGB value is (43,85,158). Sum of RGB (Red+Green+Blue) = 43+85+158=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B559E is #D4AA61. Grayscale: #505050. Windows color (decimal): -13937250 or 10376491. OLE color: 10376491.

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

Color convert

RGB 43 85 158 -
CMYK 0.73 0.46 0 0.38
HSL 218.09º 0.57% 0.39% -
HSV(B) 218.09º 0.73% 0.62% -
XYZ 10.42 9.48 33.63 -
YUV 80.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 43 85 158 0.73 0.46 0 0.38 218.09 0.57 0.39
Hex 2B 55 9E 49 2E 0 26 DA 39 27
Octal 53 125 236 111 56 0 46 332 71 47
Binary 101011 1010101 10011110 1001001 101110 0 100110 11011010 111001 100111

Color Harmonies of #2B559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B559E

Black with #2B559E

Text Example


Text Example

White with #2B559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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