Html Css Color HEX #2B5398 Endeavour

📋 copy color: '#2B5398'

red 43 ◦ green 83 ◦ blue 152

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

Shades of Endeavour #2B5398

Tints of Endeavour #2B5398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 15.47%
G = 29.86%
B = 54.68%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B5398 (or 0x2B5398) is known color: Endeavour. HEX triplet: 2B, 53 and 98. RGB value is (43,83,152). Sum of RGB (Red+Green+Blue) = 43+83+152=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B5398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5398 is #D4AC67. Grayscale: #4E4E4E. Windows color (decimal): -13937768 or 9982763. OLE color: 9982763.

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

Color convert

RGB 43 83 152 -
CMYK 0.72 0.45 0 0.40
HSL 217.98º 0.56% 0.38% -
HSV(B) 217.98º 0.72% 0.6% -
XYZ 9.76 8.97 30.92 -
YUV 78.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 43 83 152 0.72 0.45 0 0.40 217.98 0.56 0.38
Hex 2B 53 98 48 2D 0 28 DA 38 26
Octal 53 123 230 110 55 0 50 332 70 46
Binary 101011 1010011 10011000 1001000 101101 0 101000 11011010 111000 100110

Color Harmonies of #2B5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5398

Black with #2B5398

Text Example


Text Example

White with #2B5398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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