Html Css Color HEX #26508A Endeavour

📋 copy color: '#26508A'

red 38 ◦ green 80 ◦ blue 138

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

Shades of Endeavour #26508A

Tints of Endeavour #26508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 14.84%
G = 31.25%
B = 53.91%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#26508A (or 0x26508A) is known color: Endeavour. HEX triplet: 26, 50 and 8A. RGB value is (38,80,138). Sum of RGB (Red+Green+Blue) = 38+80+138=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #26508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26508A is #D9AF75. Grayscale: #494949. Windows color (decimal): -14266230 or 9064486. OLE color: 9064486.

HSL color Cylindrical-coordinate representation of color #26508A: hue angle of 214.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26508A is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 80 138 -
CMYK 0.72 0.42 0 0.46
HSL 214.8º 0.57% 0.35% -
HSV(B) 214.8º 0.72% 0.54% -
XYZ 8.26 7.98 25.15 -
YUV 74.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 38 80 138 0.72 0.42 0 0.46 214.8 0.57 0.35
Hex 26 50 8A 48 2A 0 2E D7 39 23
Octal 46 120 212 110 52 0 56 327 71 43
Binary 100110 1010000 10001010 1001000 101010 0 101110 11010111 111001 100011

Color Harmonies of #26508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26508A

Black with #26508A

Text Example


Text Example

White with #26508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26508A; }

 p { color: rgb(38,80,138); }

 H1.HeaderClassName
 {
   color: #26508A;
 }
 .AnyTagClassName
 {
   color: #26508A;
 }
</style>

background-color css

<style>
 a { background-color: #26508A; }

 a { background-color: rgb(38,80,138); }

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

border-color css

<style>
 span { border-color: #26508A; }

 span { border-color: rgb(38,80,138); }

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