Html Css Color HEX #2C528B Endeavour

📋 copy color: '#2C528B'

red 44 ◦ green 82 ◦ blue 139

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

Shades of Endeavour #2C528B

Tints of Endeavour #2C528B

RGB

 RED value IS 44 (17.58% from 255) = 16.6%

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

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 16.6%
G = 30.94%
B = 52.45%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C528B (or 0x2C528B) is known color: Endeavour. HEX triplet: 2C, 52 and 8B. RGB value is (44,82,139). Sum of RGB (Red+Green+Blue) = 44+82+139=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C528B is #D3AD74. Grayscale: #4C4C4C. Windows color (decimal): -13872501 or 9130540. OLE color: 9130540.

HSL color Cylindrical-coordinate representation of color #2C528B: hue angle of 216º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C528B is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 82 139 -
CMYK 0.68 0.41 0 0.45
HSL 216º 0.52% 0.36% -
HSV(B) 216º 0.68% 0.55% -
XYZ 8.72 8.43 25.59 -
YUV 77.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 44 82 139 0.68 0.41 0 0.45 216 0.52 0.36
Hex 2C 52 8B 44 29 0 2D D8 34 24
Octal 54 122 213 104 51 0 55 330 64 44
Binary 101100 1010010 10001011 1000100 101001 0 101101 11011000 110100 100100

Color Harmonies of #2C528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C528B

Black with #2C528B

Text Example


Text Example

White with #2C528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,139); }

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

background-color css

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

 a { background-color: rgb(44,82,139); }

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

border-color css

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

 span { border-color: rgb(44,82,139); }

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