Html Css Color HEX #26608A Endeavour

📋 copy color: '#26608A'

red 38 ◦ green 96 ◦ blue 138

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

Shades of Endeavour #26608A

Tints of Endeavour #26608A

RGB

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

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

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

R = 13.97%
G = 35.29%
B = 50.74%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#26608A (or 0x26608A) is known color: Endeavour. HEX triplet: 26, 60 and 8A. RGB value is (38,96,138). Sum of RGB (Red+Green+Blue) = 38+96+138=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #26608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26608A is #D99F75. Grayscale: #535353. Windows color (decimal): -14262134 or 9068582. OLE color: 9068582.

HSL color Cylindrical-coordinate representation of color #26608A: hue angle of 205.2º 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 #26608A is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 96 138 -
CMYK 0.72 0.30 0 0.46
HSL 205.2º 0.57% 0.35% -
HSV(B) 205.2º 0.72% 0.54% -
XYZ 9.57 10.61 25.59 -
YUV 83.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 38 96 138 0.72 0.30 0 0.46 205.2 0.57 0.35
Hex 26 60 8A 48 1E 0 2E CD 39 23
Octal 46 140 212 110 36 0 56 315 71 43
Binary 100110 1100000 10001010 1001000 11110 0 101110 11001101 111001 100011

Color Harmonies of #26608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26608A

Black with #26608A

Text Example


Text Example

White with #26608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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