Html Css Color HEX #265899 Endeavour

📋 copy color: '#265899'

red 38 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #265899

Tints of Endeavour #265899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 13.62%
G = 31.54%
B = 54.84%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#265899 (or 0x265899) is known color: Endeavour. HEX triplet: 26, 58 and 99. RGB value is (38,88,153). Sum of RGB (Red+Green+Blue) = 38+88+153=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #265899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265899 is #D9A766. Grayscale: #505050. Windows color (decimal): -14264167 or 10049574. OLE color: 10049574.

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

Color convert

RGB 38 88 153 -
CMYK 0.75 0.42 0 0.4
HSL 213.91º 0.6% 0.37% -
HSV(B) 213.91º 0.75% 0.6% -
XYZ 10.04 9.69 31.48 -
YUV 80.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 38 88 153 0.75 0.42 0 0.4 213.91 0.6 0.37
Hex 26 58 99 4B 2A 0 28 D6 3C 25
Octal 46 130 231 113 52 0 50 326 74 45
Binary 100110 1011000 10011001 1001011 101010 0 101000 11010110 111100 100101

Color Harmonies of #265899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265899

Black with #265899

Text Example


Text Example

White with #265899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265899; }

 p { color: rgb(38,88,153); }

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

background-color css

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

 a { background-color: rgb(38,88,153); }

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

border-color css

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

 span { border-color: rgb(38,88,153); }

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