Html Css Color HEX #265E8D Endeavour

📋 copy color: '#265E8D'

red 38 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #265E8D

Tints of Endeavour #265E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 141 (55.47% from 255) = 51.65%

R = 13.92%
G = 34.43%
B = 51.65%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#265E8D (or 0x265E8D) is known color: Endeavour. HEX triplet: 26, 5E and 8D. RGB value is (38,94,141). Sum of RGB (Red+Green+Blue) = 38+94+141=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #265E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E8D is #D9A172. Grayscale: #525252. Windows color (decimal): -14262643 or 9264678. OLE color: 9264678.

HSL color Cylindrical-coordinate representation of color #265E8D: hue angle of 207.38º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265E8D is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 94 141 -
CMYK 0.73 0.33 0 0.45
HSL 207.38º 0.58% 0.35% -
HSV(B) 207.38º 0.73% 0.55% -
XYZ 9.61 10.34 26.69 -
YUV 82.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 38 94 141 0.73 0.33 0 0.45 207.38 0.58 0.35
Hex 26 5E 8D 49 21 0 2D CF 3A 23
Octal 46 136 215 111 41 0 55 317 72 43
Binary 100110 1011110 10001101 1001001 100001 0 101101 11001111 111010 100011

Color Harmonies of #265E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E8D

Black with #265E8D

Text Example


Text Example

White with #265E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,94,141); }

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

background-color css

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

 a { background-color: rgb(38,94,141); }

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

border-color css

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

 span { border-color: rgb(38,94,141); }

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