#265285

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

Shades of Endeavour #265285

Tints of Endeavour #265285

Color information

#265285 (or 0x265285) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 85. RGB value is (38,82,133). Sum of RGB (Red+Green+Blue) = 38+82+133=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #265285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265285 is #D9AD7A. Grayscale: #4A4A4A. Windows color (decimal): -14265723 or 8737318. OLE color: 8737318.

HSL color Cylindrical-coordinate representation of color #265285: hue angle of 212.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265285 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3882133-
CMYK0.710.3800.48
HSL212.21º55.56%33.53%-
HSV(B)212.21º71.43%52.16%-
XYZ8.058.1423.34-
YUV74.66160.92101.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=15.02%
G=32.41%
B=52.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38821330.710.3800.48212.2155.5633.53
Hex2652854726030d43822
Octal46122205107460603247042
Binary1001101010010100001011000111100110011000011010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265285; }

 p { color: rgb(38,82,133); }

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

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

 a { background-color: rgb(38,82,133); }

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

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

 span { border-color: rgb(38,82,133); }

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