Html Css Color HEX #2B5A9D Endeavour

📋 copy color: '#2B5A9D'

red 43 ◦ green 90 ◦ blue 157

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

Shades of Endeavour #2B5A9D

Tints of Endeavour #2B5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 14.83%
G = 31.03%
B = 54.14%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B5A9D (or 0x2B5A9D) is known color: Endeavour. HEX triplet: 2B, 5A and 9D. RGB value is (43,90,157). Sum of RGB (Red+Green+Blue) = 43+90+157=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B5A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5A9D is #D4A562. Grayscale: #535353. Windows color (decimal): -13935971 or 10312235. OLE color: 10312235.

HSL color Cylindrical-coordinate representation of color #2B5A9D: hue angle of 215.26º 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 #2B5A9D is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 90 157 -
CMYK 0.73 0.43 0 0.38
HSL 215.26º 0.57% 0.39% -
HSV(B) 215.26º 0.73% 0.62% -
XYZ 10.74 10.26 33.31 -
YUV 83.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 43 90 157 0.73 0.43 0 0.38 215.26 0.57 0.39
Hex 2B 5A 9D 49 2B 0 26 D7 39 27
Octal 53 132 235 111 53 0 46 327 71 47
Binary 101011 1011010 10011101 1001001 101011 0 100110 11010111 111001 100111

Color Harmonies of #2B5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A9D

Black with #2B5A9D

Text Example


Text Example

White with #2B5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,90,157); }

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

background-color css

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

 a { background-color: rgb(43,90,157); }

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

border-color css

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

 span { border-color: rgb(43,90,157); }

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