Html Css Color HEX #266091 Endeavour

📋 copy color: '#266091'

red 38 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #266091

Tints of Endeavour #266091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 13.62%
G = 34.41%
B = 51.97%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266091 (or 0x266091) is known color: Endeavour. HEX triplet: 26, 60 and 91. RGB value is (38,96,145). Sum of RGB (Red+Green+Blue) = 38+96+145=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #266091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266091 is #D99F6E. Grayscale: #535353. Windows color (decimal): -14262127 or 9527334. OLE color: 9527334.

HSL color Cylindrical-coordinate representation of color #266091: hue angle of 207.48º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266091 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 96 145 -
CMYK 0.74 0.34 0 0.43
HSL 207.48º 0.58% 0.36% -
HSV(B) 207.48º 0.74% 0.57% -
XYZ 10.09 10.82 28.34 -
YUV 84.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 38 96 145 0.74 0.34 0 0.43 207.48 0.58 0.36
Hex 26 60 91 4A 22 0 2B CF 3A 24
Octal 46 140 221 112 42 0 53 317 72 44
Binary 100110 1100000 10010001 1001010 100010 0 101011 11001111 111010 100100

Color Harmonies of #266091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266091

Black with #266091

Text Example


Text Example

White with #266091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266091; }

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

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

background-color css

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

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

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

border-color css

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

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

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