Html Css Color HEX #265591 Endeavour

📋 copy color: '#265591'

red 38 ◦ green 85 ◦ blue 145

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

Shades of Endeavour #265591

Tints of Endeavour #265591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 14.18%
G = 31.72%
B = 54.1%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#265591 (or 0x265591) is known color: Endeavour. HEX triplet: 26, 55 and 91. RGB value is (38,85,145). Sum of RGB (Red+Green+Blue) = 38+85+145=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #265591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265591 is #D9AA6E. Grayscale: #4D4D4D. Windows color (decimal): -14264943 or 9524518. OLE color: 9524518.

HSL color Cylindrical-coordinate representation of color #265591: hue angle of 213.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265591 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 85 145 -
CMYK 0.74 0.41 0 0.43
HSL 213.64º 0.58% 0.36% -
HSV(B) 213.64º 0.74% 0.57% -
XYZ 9.16 8.95 28.03 -
YUV 77.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 38 85 145 0.74 0.41 0 0.43 213.64 0.58 0.36
Hex 26 55 91 4A 29 0 2B D6 3A 24
Octal 46 125 221 112 51 0 53 326 72 44
Binary 100110 1010101 10010001 1001010 101001 0 101011 11010110 111010 100100

Color Harmonies of #265591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265591

Black with #265591

Text Example


Text Example

White with #265591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265591; }

 p { color: rgb(38,85,145); }

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

background-color css

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

 a { background-color: rgb(38,85,145); }

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

border-color css

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

 span { border-color: rgb(38,85,145); }

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