Html Css Color HEX #26529C Endeavour

📋 copy color: '#26529C'

red 38 ◦ green 82 ◦ blue 156

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

Shades of Endeavour #26529C

Tints of Endeavour #26529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 13.77%
G = 29.71%
B = 56.52%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26529C (or 0x26529C) is known color: Endeavour. HEX triplet: 26, 52 and 9C. RGB value is (38,82,156). Sum of RGB (Red+Green+Blue) = 38+82+156=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #26529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529C is #D9AD63. Grayscale: #4C4C4C. Windows color (decimal): -14265700 or 10244646. OLE color: 10244646.

HSL color Cylindrical-coordinate representation of color #26529C: hue angle of 217.63º 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 #26529C is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 82 156 -
CMYK 0.76 0.47 0 0.39
HSL 217.63º 0.61% 0.38% -
HSV(B) 217.63º 0.76% 0.61% -
XYZ 9.82 8.85 32.64 -
YUV 77.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 38 82 156 0.76 0.47 0 0.39 217.63 0.61 0.38
Hex 26 52 9C 4C 2F 0 27 DA 3D 26
Octal 46 122 234 114 57 0 47 332 75 46
Binary 100110 1010010 10011100 1001100 101111 0 100111 11011010 111101 100110

Color Harmonies of #26529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26529C

Black with #26529C

Text Example


Text Example

White with #26529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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