Html Css Color HEX #26559C Endeavour

📋 copy color: '#26559C'

red 38 ◦ green 85 ◦ blue 156

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

Shades of Endeavour #26559C

Tints of Endeavour #26559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.91%

R = 13.62%
G = 30.47%
B = 55.91%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26559C (or 0x26559C) is known color: Endeavour. HEX triplet: 26, 55 and 9C. RGB value is (38,85,156). Sum of RGB (Red+Green+Blue) = 38+85+156=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #26559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26559C is #D9AA63. Grayscale: #4E4E4E. Windows color (decimal): -14264932 or 10245414. OLE color: 10245414.

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

Color convert

RGB 38 85 156 -
CMYK 0.76 0.46 0 0.39
HSL 216.1º 0.61% 0.38% -
HSV(B) 216.1º 0.76% 0.61% -
XYZ 10.05 9.31 32.72 -
YUV 79.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 38 85 156 0.76 0.46 0 0.39 216.1 0.61 0.38
Hex 26 55 9C 4C 2E 0 27 D8 3D 26
Octal 46 125 234 114 56 0 47 330 75 46
Binary 100110 1010101 10011100 1001100 101110 0 100111 11011000 111101 100110

Color Harmonies of #26559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26559C

Black with #26559C

Text Example


Text Example

White with #26559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26559C; }

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

 H1.HeaderClassName
 {
   color: #26559C;
 }
 .AnyTagClassName
 {
   color: #26559C;
 }
</style>

background-color css

<style>
 a { background-color: #26559C; }

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

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

border-color css

<style>
 span { border-color: #26559C; }

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

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