#265385

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

Shades of Endeavour #265385

Tints of Endeavour #265385

Color information

#265385 (or 0x265385) is unknown color: approx Endeavour. HEX triplet: 26, 53 and 85. RGB value is (38,83,133). Sum of RGB (Red+Green+Blue) = 38+83+133=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #265385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265385 is #D9AC7A. Grayscale: #4B4B4B. Windows color (decimal): -14265467 or 8737574. OLE color: 8737574.

HSL color Cylindrical-coordinate representation of color #265385: hue angle of 211.58º 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 #265385 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3883133-
CMYK0.710.3800.48
HSL211.58º55.56%33.53%-
HSV(B)211.58º71.43%52.16%-
XYZ8.138.2923.36-
YUV75.24160.59101.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=14.96%
G=32.68%
B=52.36%

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
Decimal38831330.710.3800.48211.5855.5633.53
Hex2653854726030d43822
Octal46123205107460603247042
Binary1001101010011100001011000111100110011000011010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265385; }

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

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

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

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

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

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

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

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