#265f98

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

Shades of Endeavour #265F98

Tints of Endeavour #265F98

Color information

#265F98 (or 0x265F98) is unknown color: approx Endeavour. HEX triplet: 26, 5F and 98. RGB value is (38,95,152). Sum of RGB (Red+Green+Blue) = 38+95+152=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #265F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F98 is #D9A067. Grayscale: #545454. Windows color (decimal): -14262376 or 9985830. OLE color: 9985830.

HSL color Cylindrical-coordinate representation of color #265F98: hue angle of 210º 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 #265F98 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3895152-
CMYK0.750.3800.40
HSL210º60%37.25%-
HSV(B)210º75%59.61%-
XYZ10.5610.8631.25-
YUV84.46166.1294.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=13.33%
G=33.33%
B=53.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38951520.750.3800.402106037.25
Hex265F984B26028d23c25
Octal46137230113460503227445
Binary1001101011111100110001001011100110010100011010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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