Html Css Color HEX #2B528D Endeavour

📋 copy color: '#2B528D'

red 43 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #2B528D

Tints of Endeavour #2B528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 16.17%
G = 30.83%
B = 53.01%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B528D (or 0x2B528D) is known color: Endeavour. HEX triplet: 2B, 52 and 8D. RGB value is (43,82,141). Sum of RGB (Red+Green+Blue) = 43+82+141=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B528D is #D4AD72. Grayscale: #4C4C4C. Windows color (decimal): -13938035 or 9261611. OLE color: 9261611.

HSL color Cylindrical-coordinate representation of color #2B528D: hue angle of 216.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B528D is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 82 141 -
CMYK 0.70 0.42 0 0.45
HSL 216.12º 0.53% 0.36% -
HSV(B) 216.12º 0.7% 0.55% -
XYZ 8.82 8.47 26.37 -
YUV 77.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 43 82 141 0.70 0.42 0 0.45 216.12 0.53 0.36
Hex 2B 52 8D 46 2A 0 2D D8 35 24
Octal 53 122 215 106 52 0 55 330 65 44
Binary 101011 1010010 10001101 1000110 101010 0 101101 11011000 110101 100100

Color Harmonies of #2B528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B528D

Black with #2B528D

Text Example


Text Example

White with #2B528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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