#23648F

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

Shades of Endeavour #23648F

Tints of Endeavour #23648F

Color information

#23648F (or 0x23648F) is unknown color: approx Endeavour. HEX triplet: 23, 64 and 8F. RGB value is (35,100,143). Sum of RGB (Red+Green+Blue) = 35+100+143=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #23648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23648F is #DC9B70. Grayscale: #555555. Windows color (decimal): -14457713 or 9397283. OLE color: 9397283.

HSL color Cylindrical-coordinate representation of color #23648F: hue angle of 203.89º 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 #23648F is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35100143-
CMYK0.760.3000.44
HSL203.89º60.67%34.9%-
HSV(B)203.89º75.52%56.08%-
XYZ10.2111.4527.66-
YUV85.47160.4792-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 143 (56.25% from 255) = 51.44%
R=12.59%
G=35.97%
B=51.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351001430.760.3000.44203.8960.6734.9
Hex23648F4C1E02Ccc3d23
Octal43144217114360543147543
Binary100011110010010001111100110011110010110011001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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