Html Css Color HEX #265F91 Endeavour

📋 copy color: '#265F91'

red 38 ◦ green 95 ◦ blue 145

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

Shades of Endeavour #265F91

Tints of Endeavour #265F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.17%

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

R = 13.67%
G = 34.17%
B = 52.16%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#265F91 (or 0x265F91) is known color: Endeavour. HEX triplet: 26, 5F and 91. RGB value is (38,95,145). Sum of RGB (Red+Green+Blue) = 38+95+145=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #265F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F91 is #D9A06E. Grayscale: #535353. Windows color (decimal): -14262383 or 9527078. OLE color: 9527078.

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

Color convert

RGB 38 95 145 -
CMYK 0.74 0.34 0 0.43
HSL 208.04º 0.58% 0.36% -
HSV(B) 208.04º 0.74% 0.57% -
XYZ 10 10.64 28.31 -
YUV 83.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 38 95 145 0.74 0.34 0 0.43 208.04 0.58 0.36
Hex 26 5F 91 4A 22 0 2B D0 3A 24
Octal 46 137 221 112 42 0 53 320 72 44
Binary 100110 1011111 10010001 1001010 100010 0 101011 11010000 111010 100100

Color Harmonies of #265F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F91

Black with #265F91

Text Example


Text Example

White with #265F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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