Html Css Color HEX #26549E Endeavour

📋 copy color: '#26549E'

red 38 ◦ green 84 ◦ blue 158

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

Shades of Endeavour #26549E

Tints of Endeavour #26549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 158 (62.11% from 255) = 56.43%

R = 13.57%
G = 30%
B = 56.43%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26549E (or 0x26549E) is known color: Endeavour. HEX triplet: 26, 54 and 9E. RGB value is (38,84,158). Sum of RGB (Red+Green+Blue) = 38+84+158=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #26549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26549E is #D9AB61. Grayscale: #4E4E4E. Windows color (decimal): -14265186 or 10376230. OLE color: 10376230.

HSL color Cylindrical-coordinate representation of color #26549E: hue angle of 217º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26549E is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 84 158 -
CMYK 0.76 0.47 0 0.38
HSL 217º 0.61% 0.38% -
HSV(B) 217º 0.76% 0.62% -
XYZ 10.14 9.22 33.59 -
YUV 78.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 38 84 158 0.76 0.47 0 0.38 217 0.61 0.38
Hex 26 54 9E 4C 2F 0 26 D9 3D 26
Octal 46 124 236 114 57 0 46 331 75 46
Binary 100110 1010100 10011110 1001100 101111 0 100110 11011001 111101 100110

Color Harmonies of #26549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26549E

Black with #26549E

Text Example


Text Example

White with #26549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,84,158); }

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

background-color css

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

 a { background-color: rgb(38,84,158); }

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

border-color css

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

 span { border-color: rgb(38,84,158); }

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