Html Css Color HEX #266199 Endeavour

📋 copy color: '#266199'

red 38 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #266199

Tints of Endeavour #266199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 13.19%
G = 33.68%
B = 53.13%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#266199 (or 0x266199) is known color: Endeavour. HEX triplet: 26, 61 and 99. RGB value is (38,97,153). Sum of RGB (Red+Green+Blue) = 38+97+153=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #266199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266199 is #D99E66. Grayscale: #555555. Windows color (decimal): -14261863 or 10051878. OLE color: 10051878.

HSL color Cylindrical-coordinate representation of color #266199: hue angle of 209.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266199 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 97 153 -
CMYK 0.75 0.37 0 0.4
HSL 209.22º 0.6% 0.37% -
HSV(B) 209.22º 0.75% 0.6% -
XYZ 10.82 11.26 31.74 -
YUV 85.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 38 97 153 0.75 0.37 0 0.4 209.22 0.6 0.37
Hex 26 61 99 4B 25 0 28 D1 3C 25
Octal 46 141 231 113 45 0 50 321 74 45
Binary 100110 1100001 10011001 1001011 100101 0 101000 11010001 111100 100101

Color Harmonies of #266199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266199

Black with #266199

Text Example


Text Example

White with #266199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266199; }

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

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

background-color css

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

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

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

border-color css

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

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

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