Html Css Color HEX #26608E Endeavour

📋 copy color: '#26608E'

red 38 ◦ green 96 ◦ blue 142

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

Shades of Endeavour #26608E

Tints of Endeavour #26608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 13.77%
G = 34.78%
B = 51.45%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#26608E (or 0x26608E) is known color: Endeavour. HEX triplet: 26, 60 and 8E. RGB value is (38,96,142). Sum of RGB (Red+Green+Blue) = 38+96+142=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #26608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26608E is #D99F71. Grayscale: #535353. Windows color (decimal): -14262130 or 9330726. OLE color: 9330726.

HSL color Cylindrical-coordinate representation of color #26608E: hue angle of 206.54º 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 #26608E is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 96 142 -
CMYK 0.73 0.32 0 0.44
HSL 206.54º 0.58% 0.35% -
HSV(B) 206.54º 0.73% 0.56% -
XYZ 9.86 10.73 27.14 -
YUV 83.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 38 96 142 0.73 0.32 0 0.44 206.54 0.58 0.35
Hex 26 60 8E 49 20 0 2C CF 3A 23
Octal 46 140 216 111 40 0 54 317 72 43
Binary 100110 1100000 10001110 1001001 100000 0 101100 11001111 111010 100011

Color Harmonies of #26608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26608E

Black with #26608E

Text Example


Text Example

White with #26608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26608E; }

 p { color: rgb(38,96,142); }

 H1.HeaderClassName
 {
   color: #26608E;
 }
 .AnyTagClassName
 {
   color: #26608E;
 }
</style>

background-color css

<style>
 a { background-color: #26608E; }

 a { background-color: rgb(38,96,142); }

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

border-color css

<style>
 span { border-color: #26608E; }

 span { border-color: rgb(38,96,142); }

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