#27568A

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

Shades of Endeavour #27568A

Tints of Endeavour #27568A

Color information

#27568A (or 0x27568A) is unknown color: approx Endeavour. HEX triplet: 27, 56 and 8A. RGB value is (39,86,138). Sum of RGB (Red+Green+Blue) = 39+86+138=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #27568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27568A is #D8A975. Grayscale: #4D4D4D. Windows color (decimal): -14199158 or 9066023. OLE color: 9066023.

HSL color Cylindrical-coordinate representation of color #27568A: hue angle of 211.52º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27568A is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3986138-
CMYK0.720.3800.46
HSL211.52º55.93%34.71%-
HSV(B)211.52º71.74%54.12%-
XYZ8.758.9225.31-
YUV77.88161.93100.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=14.83%
G=32.70%
B=52.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39861380.720.3800.46211.5255.9334.71
Hex27568A482602Ed43823
Octal47126212110460563247043
Binary1001111010110100010101001000100110010111011010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27568A; }

 p { color: rgb(39,86,138); }

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

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

 a { background-color: rgb(39,86,138); }

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

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

 span { border-color: rgb(39,86,138); }

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