Html Css Color HEX #265699 Endeavour

📋 copy color: '#265699'

red 38 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #265699

Tints of Endeavour #265699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 13.72%
G = 31.05%
B = 55.23%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#265699 (or 0x265699) is known color: Endeavour. HEX triplet: 26, 56 and 99. RGB value is (38,86,153). Sum of RGB (Red+Green+Blue) = 38+86+153=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #265699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265699 is #D9A966. Grayscale: #4E4E4E. Windows color (decimal): -14264679 or 10049062. OLE color: 10049062.

HSL color Cylindrical-coordinate representation of color #265699: hue angle of 214.96º 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 #265699 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 86 153 -
CMYK 0.75 0.44 0 0.4
HSL 214.96º 0.6% 0.37% -
HSV(B) 214.96º 0.75% 0.6% -
XYZ 9.88 9.37 31.42 -
YUV 79.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 38 86 153 0.75 0.44 0 0.4 214.96 0.6 0.37
Hex 26 56 99 4B 2C 0 28 D7 3C 25
Octal 46 126 231 113 54 0 50 327 74 45
Binary 100110 1010110 10011001 1001011 101100 0 101000 11010111 111100 100101

Color Harmonies of #265699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265699

Black with #265699

Text Example


Text Example

White with #265699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265699; }

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

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

background-color css

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

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

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

border-color css

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

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

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