Html Css Color HEX #266495 Endeavour

📋 copy color: '#266495'

red 38 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #266495

Tints of Endeavour #266495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 13.24%
G = 34.84%
B = 51.92%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266495 (or 0x266495) is known color: Endeavour. HEX triplet: 26, 64 and 95. RGB value is (38,100,149). Sum of RGB (Red+Green+Blue) = 38+100+149=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #266495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266495 is #D99B6A. Grayscale: #565656. Windows color (decimal): -14261099 or 9790502. OLE color: 9790502.

HSL color Cylindrical-coordinate representation of color #266495: hue angle of 206.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266495 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 100 149 -
CMYK 0.74 0.33 0 0.42
HSL 206.49º 0.59% 0.37% -
HSV(B) 206.49º 0.74% 0.58% -
XYZ 10.78 11.7 30.12 -
YUV 87.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 38 100 149 0.74 0.33 0 0.42 206.49 0.59 0.37
Hex 26 64 95 4A 21 0 2A CE 3B 25
Octal 46 144 225 112 41 0 52 316 73 45
Binary 100110 1100100 10010101 1001010 100001 0 101010 11001110 111011 100101

Color Harmonies of #266495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266495

Black with #266495

Text Example


Text Example

White with #266495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266495; }

 p { color: rgb(38,100,149); }

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

background-color css

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

 a { background-color: rgb(38,100,149); }

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

border-color css

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

 span { border-color: rgb(38,100,149); }

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