Html Css Color HEX #26609C Endeavour

📋 copy color: '#26609C'

red 38 ◦ green 96 ◦ blue 156

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

Shades of Endeavour #26609C

Tints of Endeavour #26609C

RGB

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

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

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

R = 13.1%
G = 33.1%
B = 53.79%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26609C (or 0x26609C) is known color: Endeavour. HEX triplet: 26, 60 and 9C. RGB value is (38,96,156). Sum of RGB (Red+Green+Blue) = 38+96+156=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #26609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26609C is #D99F63. Grayscale: #555555. Windows color (decimal): -14262116 or 10248230. OLE color: 10248230.

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

Color convert

RGB 38 96 156 -
CMYK 0.76 0.38 0 0.39
HSL 210.51º 0.61% 0.38% -
HSV(B) 210.51º 0.76% 0.61% -
XYZ 10.98 11.18 33.03 -
YUV 85.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 38 96 156 0.76 0.38 0 0.39 210.51 0.61 0.38
Hex 26 60 9C 4C 26 0 27 D3 3D 26
Octal 46 140 234 114 46 0 47 323 75 46
Binary 100110 1100000 10011100 1001100 100110 0 100111 11010011 111101 100110

Color Harmonies of #26609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26609C

Black with #26609C

Text Example


Text Example

White with #26609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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