Html Css Color HEX #266191 Endeavour

📋 copy color: '#266191'

red 38 ◦ green 97 ◦ blue 145

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

Shades of Endeavour #266191

Tints of Endeavour #266191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 13.57%
G = 34.64%
B = 51.79%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266191 (or 0x266191) is known color: Endeavour. HEX triplet: 26, 61 and 91. RGB value is (38,97,145). Sum of RGB (Red+Green+Blue) = 38+97+145=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #266191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266191 is #D99E6E. Grayscale: #545454. Windows color (decimal): -14261871 or 9527590. OLE color: 9527590.

HSL color Cylindrical-coordinate representation of color #266191: hue angle of 206.92º 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 #266191 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 97 145 -
CMYK 0.74 0.33 0 0.43
HSL 206.92º 0.58% 0.36% -
HSV(B) 206.92º 0.74% 0.57% -
XYZ 10.18 11.01 28.38 -
YUV 84.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 38 97 145 0.74 0.33 0 0.43 206.92 0.58 0.36
Hex 26 61 91 4A 21 0 2B CF 3A 24
Octal 46 141 221 112 41 0 53 317 72 44
Binary 100110 1100001 10010001 1001010 100001 0 101011 11001111 111010 100100

Color Harmonies of #266191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266191

Black with #266191

Text Example


Text Example

White with #266191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266191; }

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

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

background-color css

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

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

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

border-color css

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

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

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