Html Css Color HEX #265786 Endeavour

📋 copy color: '#265786'

red 38 ◦ green 87 ◦ blue 134

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

Shades of Endeavour #265786

Tints of Endeavour #265786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 14.67%
G = 33.59%
B = 51.74%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#265786 (or 0x265786) is known color: Endeavour. HEX triplet: 26, 57 and 86. RGB value is (38,87,134). Sum of RGB (Red+Green+Blue) = 38+87+134=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #265786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265786 is #D9A879. Grayscale: #4D4D4D. Windows color (decimal): -14264442 or 8804134. OLE color: 8804134.

HSL color Cylindrical-coordinate representation of color #265786: hue angle of 209.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265786 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 87 134 -
CMYK 0.72 0.35 0 0.47
HSL 209.38º 0.56% 0.34% -
HSV(B) 209.38º 0.72% 0.53% -
XYZ 8.51 8.95 23.83 -
YUV 77.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 38 87 134 0.72 0.35 0 0.47 209.38 0.56 0.34
Hex 26 57 86 48 23 0 2F D1 38 22
Octal 46 127 206 110 43 0 57 321 70 42
Binary 100110 1010111 10000110 1001000 100011 0 101111 11010001 111000 100010

Color Harmonies of #265786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265786

Black with #265786

Text Example


Text Example

White with #265786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265786; }

 p { color: rgb(38,87,134); }

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

background-color css

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

 a { background-color: rgb(38,87,134); }

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

border-color css

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

 span { border-color: rgb(38,87,134); }

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