#264D8B

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

Shades of Endeavour #264D8B

Tints of Endeavour #264D8B

Color information

#264D8B (or 0x264D8B) is unknown color: approx Endeavour. HEX triplet: 26, 4D and 8B. RGB value is (38,77,139). Sum of RGB (Red+Green+Blue) = 38+77+139=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #264D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D8B is #D9B274. Grayscale: #484848. Windows color (decimal): -14266997 or 9129254. OLE color: 9129254.

HSL color Cylindrical-coordinate representation of color #264D8B: hue angle of 216.83º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264D8B is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3877139-
CMYK0.730.4500.45
HSL216.83º57.06%34.71%-
HSV(B)216.83º72.66%54.51%-
XYZ8.117.5825.46-
YUV72.41165.58103.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=14.96%
G=30.31%
B=54.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38771390.730.4500.45216.8357.0634.71
Hex264D8B492D02Dd93923
Octal46115213111550553317143
Binary1001101001101100010111001001101101010110111011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264D8B; }

 p { color: rgb(38,77,139); }

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

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

 a { background-color: rgb(38,77,139); }

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

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

 span { border-color: rgb(38,77,139); }

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