Html Css Color HEX #265696 Endeavour

📋 copy color: '#265696'

red 38 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #265696

Tints of Endeavour #265696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 150 (58.98% from 255) = 54.74%

R = 13.87%
G = 31.39%
B = 54.74%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#265696 (or 0x265696) is known color: Endeavour. HEX triplet: 26, 56 and 96. RGB value is (38,86,150). Sum of RGB (Red+Green+Blue) = 38+86+150=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #265696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265696 is #D9A969. Grayscale: #4E4E4E. Windows color (decimal): -14264682 or 9852454. OLE color: 9852454.

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

Color convert

RGB 38 86 150 -
CMYK 0.75 0.43 0 0.41
HSL 214.29º 0.6% 0.37% -
HSV(B) 214.29º 0.75% 0.59% -
XYZ 9.63 9.27 30.14 -
YUV 78.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 38 86 150 0.75 0.43 0 0.41 214.29 0.6 0.37
Hex 26 56 96 4B 2B 0 29 D6 3C 25
Octal 46 126 226 113 53 0 51 326 74 45
Binary 100110 1010110 10010110 1001011 101011 0 101001 11010110 111100 100101

Color Harmonies of #265696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265696

Black with #265696

Text Example


Text Example

White with #265696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265696; }

 p { color: rgb(38,86,150); }

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

background-color css

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

 a { background-color: rgb(38,86,150); }

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

border-color css

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

 span { border-color: rgb(38,86,150); }

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