Html Css Color HEX #265291 Endeavour

📋 copy color: '#265291'

red 38 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #265291

Tints of Endeavour #265291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 14.34%
G = 30.94%
B = 54.72%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#265291 (or 0x265291) is known color: Endeavour. HEX triplet: 26, 52 and 91. RGB value is (38,82,145). Sum of RGB (Red+Green+Blue) = 38+82+145=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #265291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265291 is #D9AD6E. Grayscale: #4B4B4B. Windows color (decimal): -14265711 or 9523750. OLE color: 9523750.

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

Color convert

RGB 38 82 145 -
CMYK 0.74 0.43 0 0.43
HSL 215.33º 0.58% 0.36% -
HSV(B) 215.33º 0.74% 0.57% -
XYZ 8.93 8.49 27.96 -
YUV 76.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 38 82 145 0.74 0.43 0 0.43 215.33 0.58 0.36
Hex 26 52 91 4A 2B 0 2B D7 3A 24
Octal 46 122 221 112 53 0 53 327 72 44
Binary 100110 1010010 10010001 1001010 101011 0 101011 11010111 111010 100100

Color Harmonies of #265291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265291

Black with #265291

Text Example


Text Example

White with #265291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265291; }

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

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

background-color css

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

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

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

border-color css

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

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

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