Html Css Color HEX #26588F Endeavour

📋 copy color: '#26588F'

red 38 ◦ green 88 ◦ blue 143

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

Shades of Endeavour #26588F

Tints of Endeavour #26588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 143 (56.25% from 255) = 53.16%

R = 14.13%
G = 32.71%
B = 53.16%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#26588F (or 0x26588F) is known color: Endeavour. HEX triplet: 26, 58 and 8F. RGB value is (38,88,143). Sum of RGB (Red+Green+Blue) = 38+88+143=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #26588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26588F is #D9A770. Grayscale: #4F4F4F. Windows color (decimal): -14264177 or 9394214. OLE color: 9394214.

HSL color Cylindrical-coordinate representation of color #26588F: hue angle of 211.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26588F is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 88 143 -
CMYK 0.73 0.38 0 0.44
HSL 211.43º 0.58% 0.35% -
HSV(B) 211.43º 0.73% 0.56% -
XYZ 9.25 9.37 27.31 -
YUV 79.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 38 88 143 0.73 0.38 0 0.44 211.43 0.58 0.35
Hex 26 58 8F 49 26 0 2C D3 3A 23
Octal 46 130 217 111 46 0 54 323 72 43
Binary 100110 1011000 10001111 1001001 100110 0 101100 11010011 111010 100011

Color Harmonies of #26588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26588F

Black with #26588F

Text Example


Text Example

White with #26588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26588F; }

 p { color: rgb(38,88,143); }

 H1.HeaderClassName
 {
   color: #26588F;
 }
 .AnyTagClassName
 {
   color: #26588F;
 }
</style>

background-color css

<style>
 a { background-color: #26588F; }

 a { background-color: rgb(38,88,143); }

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

border-color css

<style>
 span { border-color: #26588F; }

 span { border-color: rgb(38,88,143); }

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