#23678E

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

Shades of Endeavour #23678E

Tints of Endeavour #23678E

Color information

#23678E (or 0x23678E) is unknown color: approx Endeavour. HEX triplet: 23, 67 and 8E. RGB value is (35,103,142). Sum of RGB (Red+Green+Blue) = 35+103+142=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #23678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23678E is #DC9871. Grayscale: #565656. Windows color (decimal): -14456946 or 9332515. OLE color: 9332515.

HSL color Cylindrical-coordinate representation of color #23678E: hue angle of 201.87º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23678E is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35103142-
CMYK0.750.2700.44
HSL201.87º60.45%34.71%-
HSV(B)201.87º75.35%55.69%-
XYZ10.4312.0127.36-
YUV87.11158.9790.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=12.5%
G=36.79%
B=50.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351031420.750.2700.44201.8760.4534.71
Hex23678E4B1B02Cca3c23
Octal43147216113330543127443
Binary100011110011110001110100101111011010110011001010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23678E; }

 p { color: rgb(35,103,142); }

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

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

 a { background-color: rgb(35,103,142); }

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

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

 span { border-color: rgb(35,103,142); }

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