Html Css Color HEX #265491 Endeavour

📋 copy color: '#265491'

red 38 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #265491

Tints of Endeavour #265491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 14.23%
G = 31.46%
B = 54.31%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#265491 (or 0x265491) is known color: Endeavour. HEX triplet: 26, 54 and 91. RGB value is (38,84,145). Sum of RGB (Red+Green+Blue) = 38+84+145=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #265491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265491 is #D9AB6E. Grayscale: #4C4C4C. Windows color (decimal): -14265199 or 9524262. OLE color: 9524262.

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

Color convert

RGB 38 84 145 -
CMYK 0.74 0.42 0 0.43
HSL 214.21º 0.58% 0.36% -
HSV(B) 214.21º 0.74% 0.57% -
XYZ 9.08 8.8 28.01 -
YUV 77.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 38 84 145 0.74 0.42 0 0.43 214.21 0.58 0.36
Hex 26 54 91 4A 2A 0 2B D6 3A 24
Octal 46 124 221 112 52 0 53 326 72 44
Binary 100110 1010100 10010001 1001010 101010 0 101011 11010110 111010 100100

Color Harmonies of #265491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265491

Black with #265491

Text Example


Text Example

White with #265491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265491; }

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

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

background-color css

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

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

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

border-color css

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

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

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