Html Css Color HEX #2B5698 Endeavour

📋 copy color: '#2B5698'

red 43 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #2B5698

Tints of Endeavour #2B5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 15.3%
G = 30.6%
B = 54.09%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B5698 (or 0x2B5698) is known color: Endeavour. HEX triplet: 2B, 56 and 98. RGB value is (43,86,152). Sum of RGB (Red+Green+Blue) = 43+86+152=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B5698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5698 is #D4A967. Grayscale: #505050. Windows color (decimal): -13937000 or 9983531. OLE color: 9983531.

HSL color Cylindrical-coordinate representation of color #2B5698: hue angle of 216.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5698 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 86 152 -
CMYK 0.72 0.43 0 0.40
HSL 216.33º 0.56% 0.38% -
HSV(B) 216.33º 0.72% 0.6% -
XYZ 9.99 9.44 31 -
YUV 80.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 43 86 152 0.72 0.43 0 0.40 216.33 0.56 0.38
Hex 2B 56 98 48 2B 0 28 D8 38 26
Octal 53 126 230 110 53 0 50 330 70 46
Binary 101011 1010110 10011000 1001000 101011 0 101000 11011000 111000 100110

Color Harmonies of #2B5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5698

Black with #2B5698

Text Example


Text Example

White with #2B5698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,152); }

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

background-color css

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

 a { background-color: rgb(43,86,152); }

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

border-color css

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

 span { border-color: rgb(43,86,152); }

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