Html Css Color HEX #26558B Endeavour

📋 copy color: '#26558B'

red 38 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #26558B

Tints of Endeavour #26558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 14.5%
G = 32.44%
B = 53.05%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26558B (or 0x26558B) is known color: Endeavour. HEX triplet: 26, 55 and 8B. RGB value is (38,85,139). Sum of RGB (Red+Green+Blue) = 38+85+139=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #26558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26558B is #D9AA74. Grayscale: #4C4C4C. Windows color (decimal): -14264949 or 9131302. OLE color: 9131302.

HSL color Cylindrical-coordinate representation of color #26558B: hue angle of 212.08º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26558B is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 85 139 -
CMYK 0.73 0.39 0 0.45
HSL 212.08º 0.57% 0.35% -
HSV(B) 212.08º 0.73% 0.55% -
XYZ 8.71 8.77 25.66 -
YUV 77.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 38 85 139 0.73 0.39 0 0.45 212.08 0.57 0.35
Hex 26 55 8B 49 27 0 2D D4 39 23
Octal 46 125 213 111 47 0 55 324 71 43
Binary 100110 1010101 10001011 1001001 100111 0 101101 11010100 111001 100011

Color Harmonies of #26558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26558B

Black with #26558B

Text Example


Text Example

White with #26558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26558B; }

 p { color: rgb(38,85,139); }

 H1.HeaderClassName
 {
   color: #26558B;
 }
 .AnyTagClassName
 {
   color: #26558B;
 }
</style>

background-color css

<style>
 a { background-color: #26558B; }

 a { background-color: rgb(38,85,139); }

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

border-color css

<style>
 span { border-color: #26558B; }

 span { border-color: rgb(38,85,139); }

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