Html Css Color HEX #265299 Endeavour

📋 copy color: '#265299'

red 38 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #265299

Tints of Endeavour #265299

RGB

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

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

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

R = 13.92%
G = 30.04%
B = 56.04%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#265299 (or 0x265299) is known color: Endeavour. HEX triplet: 26, 52 and 99. RGB value is (38,82,153). Sum of RGB (Red+Green+Blue) = 38+82+153=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #265299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265299 is #D9AD66. Grayscale: #4C4C4C. Windows color (decimal): -14265703 or 10048038. OLE color: 10048038.

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

Color convert

RGB 38 82 153 -
CMYK 0.75 0.46 0 0.4
HSL 217.04º 0.6% 0.37% -
HSV(B) 217.04º 0.75% 0.6% -
XYZ 9.57 8.75 31.32 -
YUV 76.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 38 82 153 0.75 0.46 0 0.4 217.04 0.6 0.37
Hex 26 52 99 4B 2E 0 28 D9 3C 25
Octal 46 122 231 113 56 0 50 331 74 45
Binary 100110 1010010 10011001 1001011 101110 0 101000 11011001 111100 100101

Color Harmonies of #265299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265299

Black with #265299

Text Example


Text Example

White with #265299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265299; }

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

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

background-color css

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

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

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

border-color css

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

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

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