Html Css Color HEX #266595 Endeavour

📋 copy color: '#266595'

red 38 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #266595

Tints of Endeavour #266595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

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

R = 13.19%
G = 35.07%
B = 51.74%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266595 (or 0x266595) is known color: Endeavour. HEX triplet: 26, 65 and 95. RGB value is (38,101,149). Sum of RGB (Red+Green+Blue) = 38+101+149=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #266595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266595 is #D99A6A. Grayscale: #575757. Windows color (decimal): -14260843 or 9790758. OLE color: 9790758.

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

Color convert

RGB 38 101 149 -
CMYK 0.74 0.32 0 0.42
HSL 205.95º 0.59% 0.37% -
HSV(B) 205.95º 0.74% 0.58% -
XYZ 10.88 11.89 30.16 -
YUV 87.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 38 101 149 0.74 0.32 0 0.42 205.95 0.59 0.37
Hex 26 65 95 4A 20 0 2A CE 3B 25
Octal 46 145 225 112 40 0 52 316 73 45
Binary 100110 1100101 10010101 1001010 100000 0 101010 11001110 111011 100101

Color Harmonies of #266595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266595

Black with #266595

Text Example


Text Example

White with #266595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266595; }

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

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

background-color css

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

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

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

border-color css

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

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

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