#23658F

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

Shades of Endeavour #23658F

Tints of Endeavour #23658F

Color information

#23658F (or 0x23658F) is unknown color: approx Endeavour. HEX triplet: 23, 65 and 8F. RGB value is (35,101,143). Sum of RGB (Red+Green+Blue) = 35+101+143=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #23658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23658F is #DC9A70. Grayscale: #555555. Windows color (decimal): -14457457 or 9397539. OLE color: 9397539.

HSL color Cylindrical-coordinate representation of color #23658F: hue angle of 203.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23658F is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35101143-
CMYK0.760.2900.44
HSL203.33º60.67%34.9%-
HSV(B)203.33º75.52%56.08%-
XYZ10.311.6527.69-
YUV86.05160.1391.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.54%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=12.54%
G=36.20%
B=51.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351011430.760.2900.44203.3360.6734.9
Hex23658F4C1D02Ccb3d23
Octal43145217114350543137543
Binary100011110010110001111100110011101010110011001011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23658F; }

 p { color: rgb(35,101,143); }

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

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

 a { background-color: rgb(35,101,143); }

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

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

 span { border-color: rgb(35,101,143); }

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