Html Css Color HEX #2B529D Endeavour

📋 copy color: '#2B529D'

red 43 ◦ green 82 ◦ blue 157

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

Shades of Endeavour #2B529D

Tints of Endeavour #2B529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 15.25%
G = 29.08%
B = 55.67%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B529D (or 0x2B529D) is known color: Endeavour. HEX triplet: 2B, 52 and 9D. RGB value is (43,82,157). Sum of RGB (Red+Green+Blue) = 43+82+157=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B529D is #D4AD62. Grayscale: #4E4E4E. Windows color (decimal): -13938019 or 10310187. OLE color: 10310187.

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

Color convert

RGB 43 82 157 -
CMYK 0.73 0.48 0 0.38
HSL 219.47º 0.57% 0.39% -
HSV(B) 219.47º 0.73% 0.62% -
XYZ 10.1 8.98 33.1 -
YUV 78.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 43 82 157 0.73 0.48 0 0.38 219.47 0.57 0.39
Hex 2B 52 9D 49 30 0 26 DB 39 27
Octal 53 122 235 111 60 0 46 333 71 47
Binary 101011 1010010 10011101 1001001 110000 0 100110 11011011 111001 100111

Color Harmonies of #2B529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B529D

Black with #2B529D

Text Example


Text Example

White with #2B529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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