Html Css Color HEX #26528D Endeavour

📋 copy color: '#26528D'

red 38 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #26528D

Tints of Endeavour #26528D

RGB

 RED value IS 38 (15.23% from 255) = 14.56%

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

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

R = 14.56%
G = 31.42%
B = 54.02%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26528D (or 0x26528D) is known color: Endeavour. HEX triplet: 26, 52 and 8D. RGB value is (38,82,141). Sum of RGB (Red+Green+Blue) = 38+82+141=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #26528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26528D is #D9AD72. Grayscale: #4B4B4B. Windows color (decimal): -14265715 or 9261606. OLE color: 9261606.

HSL color Cylindrical-coordinate representation of color #26528D: hue angle of 214.37º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26528D is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 82 141 -
CMYK 0.73 0.42 0 0.45
HSL 214.37º 0.58% 0.35% -
HSV(B) 214.37º 0.73% 0.55% -
XYZ 8.62 8.37 26.36 -
YUV 75.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 38 82 141 0.73 0.42 0 0.45 214.37 0.58 0.35
Hex 26 52 8D 49 2A 0 2D D6 3A 23
Octal 46 122 215 111 52 0 55 326 72 43
Binary 100110 1010010 10001101 1001001 101010 0 101101 11010110 111010 100011

Color Harmonies of #26528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26528D

Black with #26528D

Text Example


Text Example

White with #26528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26528D; }

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

 H1.HeaderClassName
 {
   color: #26528D;
 }
 .AnyTagClassName
 {
   color: #26528D;
 }
</style>

background-color css

<style>
 a { background-color: #26528D; }

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

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

border-color css

<style>
 span { border-color: #26528D; }

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

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