Html Css Color HEX #26529D Endeavour

📋 copy color: '#26529D'

red 38 ◦ green 82 ◦ blue 157

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

Shades of Endeavour #26529D

Tints of Endeavour #26529D

RGB

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

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

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

R = 13.72%
G = 29.6%
B = 56.68%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26529D (or 0x26529D) is known color: Endeavour. HEX triplet: 26, 52 and 9D. RGB value is (38,82,157). Sum of RGB (Red+Green+Blue) = 38+82+157=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #26529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529D is #D9AD62. Grayscale: #4D4D4D. Windows color (decimal): -14265699 or 10310182. OLE color: 10310182.

HSL color Cylindrical-coordinate representation of color #26529D: hue angle of 217.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26529D is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 82 157 -
CMYK 0.76 0.48 0 0.38
HSL 217.82º 0.61% 0.38% -
HSV(B) 217.82º 0.76% 0.62% -
XYZ 9.9 8.88 33.09 -
YUV 77.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 38 82 157 0.76 0.48 0 0.38 217.82 0.61 0.38
Hex 26 52 9D 4C 30 0 26 DA 3D 26
Octal 46 122 235 114 60 0 46 332 75 46
Binary 100110 1010010 10011101 1001100 110000 0 100110 11011010 111101 100110

Color Harmonies of #26529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26529D

Black with #26529D

Text Example


Text Example

White with #26529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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