#265B98

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

Shades of Endeavour #265B98

Tints of Endeavour #265B98

Color information

#265B98 (or 0x265B98) is unknown color: approx Endeavour. HEX triplet: 26, 5B and 98. RGB value is (38,91,152). Sum of RGB (Red+Green+Blue) = 38+91+152=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #265B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265B98 is #D9A467. Grayscale: #515151. Windows color (decimal): -14263400 or 9984806. OLE color: 9984806.

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

Color convert

RGB3891152-
CMYK0.750.4000.40
HSL212.11º60%37.25%-
HSV(B)212.11º75%59.61%-
XYZ10.2110.1631.13-
YUV82.11167.4496.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 152 (59.77% from 255) = 54.09%
R=13.52%
G=32.38%
B=54.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38911520.750.4000.40212.116037.25
Hex265B984B28028d43c25
Octal46133230113500503247445
Binary1001101011011100110001001011101000010100011010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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