Html Css Color HEX #265E9B Endeavour

📋 copy color: '#265E9B'

red 38 ◦ green 94 ◦ blue 155

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

Shades of Endeavour #265E9B

Tints of Endeavour #265E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 13.24%
G = 32.75%
B = 54.01%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#265E9B (or 0x265E9B) is known color: Endeavour. HEX triplet: 26, 5E and 9B. RGB value is (38,94,155). Sum of RGB (Red+Green+Blue) = 38+94+155=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #265E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E9B is #D9A164. Grayscale: #535353. Windows color (decimal): -14262629 or 10182182. OLE color: 10182182.

HSL color Cylindrical-coordinate representation of color #265E9B: hue angle of 211.28º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265E9B is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 94 155 -
CMYK 0.75 0.39 0 0.39
HSL 211.28º 0.61% 0.38% -
HSV(B) 211.28º 0.75% 0.61% -
XYZ 10.72 10.78 32.53 -
YUV 84.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 38 94 155 0.75 0.39 0 0.39 211.28 0.61 0.38
Hex 26 5E 9B 4B 27 0 27 D3 3D 26
Octal 46 136 233 113 47 0 47 323 75 46
Binary 100110 1011110 10011011 1001011 100111 0 100111 11010011 111101 100110

Color Harmonies of #265E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E9B

Black with #265E9B

Text Example


Text Example

White with #265E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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