#265284

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

Shades of Endeavour #265284

Tints of Endeavour #265284

Color information

#265284 (or 0x265284) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 84. RGB value is (38,82,132). Sum of RGB (Red+Green+Blue) = 38+82+132=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #265284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265284 is #D9AD7B. Grayscale: #4A4A4A. Windows color (decimal): -14265724 or 8671782. OLE color: 8671782.

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

Color convert

RGB3882132-
CMYK0.710.3800.48
HSL211.91º55.29%33.33%-
HSV(B)211.91º71.21%51.76%-
XYZ7.988.1122.98-
YUV74.54160.42101.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=15.08%
G=32.54%
B=52.38%

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
Decimal38821320.710.3800.48211.9155.2933.33
Hex2652844726030d43721
Octal46122204107460603246741
Binary1001101010010100001001000111100110011000011010100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265284; }

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

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

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

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

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

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

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

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