#265F9C

Color #265F9C Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #265F9C

Tints of Endeavour #265F9C

Color information

#265F9C (or 0x265F9C) is unknown color: approx Endeavour. HEX triplet: 26, 5F and 9C. RGB value is (38,95,156). Sum of RGB (Red+Green+Blue) = 38+95+156=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #265F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F9C is #D9A063. Grayscale: #545454. Windows color (decimal): -14262372 or 10247974. OLE color: 10247974.

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

Color convert

RGB3895156-
CMYK0.760.3900.39
HSL211.02º60.82%38.04%-
HSV(B)211.02º75.64%61.18%-
XYZ10.891133-
YUV84.91168.1294.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=13.15%
G=32.87%
B=53.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38951560.760.3900.39211.0260.8238.04
Hex265F9C4C27027d33d26
Octal46137234114470473237546
Binary1001101011111100111001001100100111010011111010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,156); }

 H1.HeaderClassName
 {
   color: #265F9C;
 }
 .AnyTagClassName
 {
   color: #265F9C;
 }
</style>
background-color css

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

 a { background-color: rgb(38,95,156); }

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

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

 span { border-color: rgb(38,95,156); }

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